예제 #1
0
파일: FileTest.php 프로젝트: anekdotes/file
 public function testFiles2()
 {
     $path = __DIR__ . '/dummy/tmp/';
     $this->assertEmpty(File::files($path), "{$path} has files}");
 }