Define this tests.

File

./exif_unittests.test, line 11

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