public static function FileEntityAltTitleTestCase::getInfo in File Entity (fieldable files) 7.2
Same name and namespace in other branches
- 7.3 file_entity.test \FileEntityAltTitleTestCase::getInfo()
File
- ./
file_entity.test, line 895 - Test integration for the file_entity module.
Class
- FileEntityAltTitleTestCase
- Tests image alt and title text.
Code
public static function getInfo() {
return array(
'name' => 'File entity alt and title text',
'description' => 'Create an image file with alt and title text.',
'group' => 'File entity',
'dependencies' => array(
'token',
),
);
}