Ejemplo n.º 1
0
 public function testGetClient()
 {
     $this->assertTrue(is_a($this->_commonQueue->getClient(), $this->_clientType));
 }
Ejemplo n.º 2
0
 public function testGetClient()
 {
     $this->assertTrue($this->_commonQueue->getClient() instanceof $this->_clientType);
 }