public static function ExifOrientationTest::getInfo in EXIF Orientation 8
Same name and namespace in other branches
- 7 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',
);
}