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