コード例 #1
0
ファイル: WCValidationTest.php プロジェクト: njokipal/php
 /**
  * @group wc
  */
 public function testSubscribeWhenOnlySubscribe()
 {
     $this->assertTrue(Pubnub::shouldWildcardMessageBePassedToUserCallback("foo.bar", "foo.*", array("foo.*"), array(), $this->logger));
 }