예제 #1
0
파일: FileTest.php 프로젝트: phpj/phpj
 public function testGetLastModified()
 {
     $this->assertEquals(filemtime($this->file->getAbsolutePath()), $this->file->getLastModified());
 }