public static function RemoteFileUnmanagedDeleteRecursiveTest::getInfo
Overrides FileUnmanagedDeleteRecursiveTest::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ file.test, line 1327 - This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.
Class
- RemoteFileUnmanagedDeleteRecursiveTest
- Deletion related tests on remote filesystems.
Código
public static function getInfo() {
$info = parent::getInfo();
$info['group'] = 'File API (remote)';
return $info;
}