示例#1
0
文件: FileTest.php 项目: phpml/phpml
 public function testRemainingContent()
 {
     $file = new File(FILES_DIR . 'not_empty_file');
     $file->nextChar();
     $this->assertEquals('ot_empty_file', $file->readAll());
 }