Example #1
0
 public function testSyncModeIsEnabledByDefault()
 {
     $stomp = new Client('tcp://127.0.0.1');
     $this->assertTrue($stomp->isSync());
 }