You are here

public static function TestsWithLocaleModuleActivatedTestCase::getInfo in Exif 7

File

./exif_functionaltests_with_locale.test, line 9

Class

TestsWithLocaleModuleActivatedTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Exif Interface Test with Locale module activated.',
    'description' => 'create node with exif metadata and ensure metadata is correctly calculated and displayed',
    'group' => 'Exif',
  );
}