コード例 #1
0
ファイル: StreamTest.php プロジェクト: easy-system/es-http
 public function testEofReturnsTrueWhenResourceNotPresents()
 {
     $stream = new Stream(false);
     $this->assertTrue($stream->eof());
 }