Overrides ScanDirectoryTest::getInfo
File
- drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileScanDirectoryTest.php, line 22
- Definition of Drupal\system\Tests\File\RemoteFileScanDirectoryTest.
Class
- RemoteFileScanDirectoryTest
- Tests the file_scan_directory() function on remote filesystems.
Namespace
Drupal\system\Tests\File
Code
public static function getInfo() {
$info = parent::getInfo();
$info['group'] = 'File API (remote)';
return $info;
}