public static function ExifCustomTestCase::getInfo in EXIF Custom 7
File
- tests/
ExifCustomTestCase.test, line 16 - Test all functionality of EXIF Custom
Class
- ExifCustomTestCase
- Test all functionality of EXIF Custom.
Code
public static function getInfo() {
return array(
'name' => 'EXIF Custom',
'description' => "Confirm that the module's functionality works.",
'group' => 'exif_custom',
'dependencies' => array(
'file_entity',
),
);
}