Exemple #1
0
 /**
  * @test
  */
 public function setReadOptionsZendConfig()
 {
     $this->assertInstanceOf('Ext_HandlerSocket_Driver', $this->_driver->setReadOptions(new Zend_Config(array())));
 }