예제 #1
0
 public function testGetClient()
 {
     $this->assertTrue(is_a($this->_commonQueue->getClient(), $this->_clientType));
 }
예제 #2
0
 public function testGetClient()
 {
     $this->assertTrue($this->_commonQueue->getClient() instanceof $this->_clientType);
 }