Example #1
0
 /**
  * Test: Trigger and handle SERVER ERROR.
  *
  * @author Benjamin Carl <*****@*****.**>
  * @return void
  * @access protected
  * @expectedException \Clickalicious\Memcached\Exception
  */
 public function testTriggerAndHandleServerError()
 {
     $this->client->send(Client::COMMAND_PHPUNIT, Client::COMMAND_PHPUNIT . "\r" . Client::COMMAND_TERMINATOR);
 }