public static function FileCopyTest::getInfo

7.x file.test public static FileCopyTest::getInfo()

File

drupal-7.x/modules/simpletest/tests/file.test, line 1751
This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.

Class

FileCopyTest
Copy related tests.

Code

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