public static function FileScanDirectoryTest::getInfo in SimpleTest 7
File
- tests/
file.test, line 812 - This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.
Class
- FileScanDirectoryTest
- Tests the file_scan_directory() function.
Code
public static function getInfo() {
return array(
'name' => 'File scan directory',
'description' => 'Tests the file_scan_directory() function.',
'group' => 'File API',
);
}