| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for FinderTest:
 Collaboration diagram for FinderTest:Public Member Functions | |
| testFinderWillFindNoFilesOrFoldersInAnEmptyDirectory () | |
| testFinderWillFindFilesAndFoldersInFlatStructure () | |
| testFinderWillFindFilesAndFoldersInNestedStructure () | |
| testFinderWillFindFilesAndFoldersForACertainDirectoryDepth () | |
| testFinderWillNotSearchInExcludedFolders () | |
| testFinderWillFilterFilesAndFoldersByCreationTimestamp () | |
| testFinderWillFilterFilesBySize () | |
| testSortingWorksAsExpected (Filesystem\Filesystem $fs) | |
| testFinderWillFilterFilesAndFoldersByCreationTimestamp  More... | |
Private Member Functions | |
| getFlatFileSystemStructure () | |
| getNestedFileSystemStructure () | |
Definition at line 31 of file FinderTest.php.
      
  | 
  private | 
| ReflectionException | 
Definition at line 36 of file FinderTest.php.
References $path.
Referenced by testFinderWillFindFilesAndFoldersInFlatStructure().
 Here is the caller graph for this function:
      
  | 
  private | 
| ReflectionException | 
Definition at line 63 of file FinderTest.php.
References $path.
Referenced by testFinderWillFilterFilesAndFoldersByCreationTimestamp(), testFinderWillFilterFilesBySize(), testFinderWillFindFilesAndFoldersForACertainDirectoryDepth(), testFinderWillFindFilesAndFoldersInNestedStructure(), and testFinderWillNotSearchInExcludedFolders().
 Here is the caller graph for this function:| FinderTest::testFinderWillFilterFilesAndFoldersByCreationTimestamp | ( | ) | 
| ReflectionException | 
Definition at line 215 of file FinderTest.php.
References $path, and getNestedFileSystemStructure().
 Here is the call graph for this function:| FinderTest::testFinderWillFilterFilesBySize | ( | ) | 
| ReflectionException | 
Definition at line 256 of file FinderTest.php.
References $path, and getNestedFileSystemStructure().
 Here is the call graph for this function:| FinderTest::testFinderWillFindFilesAndFoldersForACertainDirectoryDepth | ( | ) | 
| ReflectionException | 
Definition at line 159 of file FinderTest.php.
References getNestedFileSystemStructure().
 Here is the call graph for this function:| FinderTest::testFinderWillFindFilesAndFoldersInFlatStructure | ( | ) | 
| ReflectionException | 
Definition at line 135 of file FinderTest.php.
References getFlatFileSystemStructure().
 Here is the call graph for this function:| FinderTest::testFinderWillFindFilesAndFoldersInNestedStructure | ( | ) | 
| ReflectionException | 
Definition at line 147 of file FinderTest.php.
References getNestedFileSystemStructure().
 Here is the call graph for this function:| FinderTest::testFinderWillFindNoFilesOrFoldersInAnEmptyDirectory | ( | ) | 
| ReflectionException | 
Definition at line 119 of file FinderTest.php.
| FinderTest::testFinderWillNotSearchInExcludedFolders | ( | ) | 
| ReflectionException | 
Definition at line 197 of file FinderTest.php.
References getNestedFileSystemStructure().
 Here is the call graph for this function:| FinderTest::testSortingWorksAsExpected | ( | Filesystem\Filesystem | $fs | ) | 
testFinderWillFilterFilesAndFoldersByCreationTimestamp
Definition at line 291 of file FinderTest.php.