예제 #1
0
 /**
  * Tests Stomp->getSessionId()
  */
 public function testGetSessionId()
 {
     if (!$this->stomp->isConnected()) {
         $this->stomp->connect();
     }
     $this->assertNotNull($this->stomp->getSessionId());
 }