public static function RemoteFileUnmanagedCopyTest::getInfo in Drupal 7
Overrides FileUnmanagedCopyTest::getInfo
File
- modules/
simpletest/ tests/ file.test, line 1680 - This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.
Class
- RemoteFileUnmanagedCopyTest
- Unmanaged copy related tests on remote filesystems.
Code
public static function getInfo() {
$info = parent::getInfo();
$info['group'] = 'File API (remote)';
return $info;
}