You are here

public static function FileUnmanagedCopyTest::getInfo in SimpleTest 7

File

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

Class

FileUnmanagedCopyTest
Unmanaged copy related tests.

Code

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