예제 #1
0
파일: FileTest.php 프로젝트: anekdotes/file
 public function testCheckIfFileExtensionWorksOnNonExisting()
 {
     $this->assertEmpty(File::extension(__DIR__ . '/dummy/foobar'), "Couldn't check file extension");
 }