public static function TestsWithDefaultEnvironmentTestCase::getInfo in Exif 7
File
- ./
exif_functionaltests_with_defaults.test, line 9
Class
Code
public static function getInfo() {
return array(
'name' => 'Exif Interface Test with default environmment (Locale module is desactivated).',
'description' => 'create node with exif metadata and ensure metadata is correctly calculated and displayed',
'group' => 'Exif',
);
}