public static function RemoteFileScanDirectoryTest::getInfo

Overrides FileScanDirectoryTest::getInfo

File

drupal/modules/simpletest/tests/file.test, line 1156
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;
}