コード例 #1
0
ファイル: FileTest.php プロジェクト: phpj/phpj
 public function testLength()
 {
     $this->assertEquals(strlen(file_get_contents($this->file->getAbsolutePath())), $this->file->length());
 }