public static function FileEntityTokenTestCase::getInfo in File Entity (fieldable files) 7
Same name and namespace in other branches
- 7.3 file_entity.test \FileEntityTokenTestCase::getInfo()
- 7.2 file_entity.test \FileEntityTokenTestCase::getInfo()
File
- tests/
file_entity.test, line 31 - Test integration for the file_entity module.
Class
Code
public static function getInfo() {
return array(
'name' => 'File entity tokens',
'description' => 'Test the file entity tokens.',
'group' => 'File entity',
);
}