public static function FileFieldRevisionTestCase::getInfo in Drupal 7
File
- modules/
file/ tests/ file.test, line 957 - Tests for file.module.
Class
- FileFieldRevisionTestCase
- Tests file handling with node revisions.
Code
public static function getInfo() {
return array(
'name' => 'File field revision test',
'description' => 'Test creating and deleting revisions with files attached.',
'group' => 'File',
);
}