You are here

public static function FileUnmanagedMoveTest::getInfo in SimpleTest 7

File

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

Class

FileUnmanagedMoveTest
Unmanaged move related tests.

Code

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