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