Overrides FileSaveUploadTest::getInfo
File
- drupal/modules/simpletest/tests/file.test, line 872
- This provides SimpleTests for the core file handling functionality.
These include FileValidateTest and FileSaveTest.
Class
- RemoteFileSaveUploadTest
- Test the file_save_upload() function on remote filesystems.
Code
public static function getInfo() {
$info = parent::getInfo();
$info['group'] = 'File API (remote)';
return $info;
}