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