public static function FileScanDirectoryTest::getInfo in Drupal 7
1 call to FileScanDirectoryTest::getInfo()
- RemoteFileScanDirectoryTest::getInfo in modules/
simpletest/ tests/ file.test
1 method overrides FileScanDirectoryTest::getInfo()
- RemoteFileScanDirectoryTest::getInfo in modules/
simpletest/ tests/ file.test
File
- modules/
simpletest/ tests/ file.test, line 1206 - 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',
);
}