public static function MediaFileFieldRevisionTestCase::getInfo in D7 Media 7.3
Same name and namespace in other branches
- 7.4 tests/media.test \MediaFileFieldRevisionTestCase::getInfo()
- 7.2 tests/media.test \MediaFileFieldRevisionTestCase::getInfo()
File
- tests/
media.test, line 1030 - Tests for media.module.
Class
- MediaFileFieldRevisionTestCase
- Tests file handling with node revisions.
Code
public static function getInfo() {
return array(
'name' => 'Media file field revision test',
'description' => 'Test creating and deleting revisions with files attached.',
'group' => 'Media',
);
}