Exemplo n.º 1
0
 /**
  * @expectedException Kafka_Exception_Socket_EOF
  */
 public function testMessageSizeFailure()
 {
     $this->consumer->close();
     $this->consumer->getResponseSize();
     $this->fail('The above call should throw an exception');
 }
Exemplo n.º 2
0
 public function tearDown()
 {
     $this->producer->close();
     unset($this->producer);
 }