public static function FileDeleteTest::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ file.test, line 1535 - This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.
Class
- FileDeleteTest
- Deletion related tests.
Código
public static function getInfo() {
return array(
'name' => 'File delete',
'description' => 'Tests the file delete function.',
'group' => 'File API',
);
}