Example #1
0
 /**
  * @test
  * @expectedException Ext_HandlerSocket_Adapter_Exception
  */
 public function setWriteDriverWithInvalidDriver()
 {
     $this->_adapter->setWriteDriver($this);
 }