예제 #1
0
파일: FileTest.php 프로젝트: anekdotes/file
 public function testCheckIfFileIsFileWorksOnFile()
 {
     $path = __DIR__ . '/dummy/dummy.jpg';
     $this->assertTrue(File::isFile($path), "{$path} is not a file");
 }