Same name in other branches
  1. 7.x-1.x tests/exif_orientation.test \ExifOrientationTest::getInfo()

File

tests/exif_orientation.test, line 11

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',
    );
}