Example #1
0
 public function testRemainingContent()
 {
     $file = new File(FILES_DIR . 'not_empty_file');
     $file->nextChar();
     $this->assertEquals('ot_empty_file', $file->readAll());
 }