Exemple #1
0
 /**
  * @test
  */
 public function isEof()
 {
     $result = $this->_listenStream->isEof();
     $this->assertInternalType('bool', $result);
 }