Example #1
0
 public function testNotEmptyFile()
 {
     $file = new File(FILES_DIR . 'not_empty_file');
     $file->nextChar();
     $this->assertFalse($file->isEOF());
 }