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