public static function FileEntityAccessTestCase::getInfo in File Entity (fieldable files) 7.2
Same name and namespace in other branches
- 7.3 file_entity.test \FileEntityAccessTestCase::getInfo()
File
- ./
file_entity.test, line 1295 - Test integration for the file_entity module.
Class
- FileEntityAccessTestCase
- Tests the file entity access API.
Code
public static function getInfo() {
return array(
'name' => 'File entity access',
'description' => 'Test the access aspects of file entity.',
'group' => 'File entity',
);
}