コード例 #1
0
ファイル: FileTest.php プロジェクト: anekdotes/file
 public function testCheckIfFileIsFileWorksOnFile()
 {
     $path = __DIR__ . '/dummy/dummy.jpg';
     $this->assertTrue(File::isFile($path), "{$path} is not a file");
 }