You are here

public static function ExifOrientationTest::getInfo in EXIF Orientation 7

Same name and namespace in other branches
  1. 8 tests/exif_orientation.test \ExifOrientationTest::getInfo()

File

tests/exif_orientation.test, line 11
Tests for exif_orientation.module.

Class

ExifOrientationTest
@file Tests for exif_orientation.module.

Code

public static function getInfo() {
  return array(
    'name' => 'Exif Orientation',
    'description' => 'Tests automatic image orientation.',
    'group' => 'Exif Orientation',
  );
}