public static function RemoteFileUnmanagedSaveDataTest::getInfo

Overrides FileUnmanagedSaveDataTest::getInfo

File

drupal/modules/simpletest/tests/file.test, line 536
This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.

Class

RemoteFileUnmanagedSaveDataTest
Tests the file_unmanaged_save_data() function on remote filesystems.

Code

public static function getInfo() {
  $info = parent::getInfo();
  $info['group'] = 'File API (remote)';
  return $info;
}