public static function FileLoadTest::getInfo
7.x file.test | public static FileLoadTest::getInfo() |
File
- drupal-7.x/
modules/ simpletest/ tests/ file.test, line 1897 - This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.
Class
- FileLoadTest
- Tests the file_load() function.
Code
public static function getInfo() {
return array(
'name' => 'File loading',
'description' => 'Tests the file_load() function.',
'group' => 'File API',
);
}