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