Beispiel #1
0
 public function testFiles2()
 {
     $path = __DIR__ . '/dummy/tmp/';
     $this->assertEmpty(File::files($path), "{$path} has files}");
 }