You are here

public static function ExifUnitTestCase::getInfo in Exif 7

File

./exif_unittests.test, line 3

Class

ExifUnitTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Exif Unit test of Metadata functions',
    'description' => 'Ensure that the exif functions properly.',
    'group' => 'Exif',
  );
}