コード例 #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);
 }