Exemplo n.º 1
0
 /**
  * @group wc
  */
 public function testSubscribeWhenOnlySubscribe()
 {
     $this->assertTrue(Pubnub::shouldWildcardMessageBePassedToUserCallback("foo.bar", "foo.*", array("foo.*"), array(), $this->logger));
 }