public static function FileEntityTypeTestCase::getInfo in File Entity (fieldable files) 7.3
Same name and namespace in other branches
- 7.2 file_entity.test \FileEntityTypeTestCase::getInfo()
File
- ./
file_entity.test, line 1166 - Test integration for the file_entity module.
Class
- FileEntityTypeTestCase
- Tests adding support for bundles to the core 'file' entity.
Code
public static function getInfo() {
return array(
'name' => 'File entity types',
'description' => 'Test the file entity types.',
'group' => 'File entity',
);
}