Пример #1
0
 public function testEofReturnsTrueWhenResourceNotPresents()
 {
     $stream = new Stream(false);
     $this->assertTrue($stream->eof());
 }