コード例 #1
0
ファイル: FileTest.php プロジェクト: anekdotes/file
 public function testCheckIfFileDirectoriesNotEmptyWorks()
 {
     $path = __DIR__ . '/';
     $this->assertNotEmpty(File::directories($path), "{$path} has no sub directories}");
 }