public static function FileSaveDataTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ file.test, line 2382  - This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.
 
Class
- FileSaveDataTest
 - Tests the file_save_data() function.
 
Code
public static function getInfo() {
  return array(
    'name' => 'File save data',
    'description' => 'Tests the file save data function.',
    'group' => 'File API',
  );
}