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

File

tests/exif_orientation.test, line 11

Class

ExifOrientationTest
@file Tests for <a href="/en/work/drupal-api/exif_orientation/exif_orientation.module/7.x-1.x" title="Module file for EXIF Orientation" class="local">exif_orientation.module</a>.

Code

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