Beispiel #1
0
 public function testCheckIfFileDirectoriesNotEmptyWorks()
 {
     $path = __DIR__ . '/';
     $this->assertNotEmpty(File::directories($path), "{$path} has no sub directories}");
 }