You are here

public static function FileUnmanagedDeleteRecursiveTest::getInfo in SimpleTest 7

File

tests/file.test, line 988
This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.

Class

FileUnmanagedDeleteRecursiveTest
Deletion related tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Unmanaged recursive file delete',
    'description' => 'Tests the unmanaged file delete recursive function.',
    'group' => 'File API',
  );
}