Exemplo n.º 1
0
 /**
  * @test
  */
 public function getLastError()
 {
     $lastError = $this->_clientStream->getLastError();
     $this->assertEquals('', $lastError);
 }