Beispiel #1
0
 public function testCheckIfFileIsFileWorksOnFile()
 {
     $path = __DIR__ . '/dummy/dummy.jpg';
     $this->assertTrue(File::isFile($path), "{$path} is not a file");
 }