Hierarchy

Expanded class hierarchy of ExifUnitTestCase

File

./exif_unittests.test, line 6

View source
class ExifUnitTestCase extends DrupalUnitTestCase {
    
    /**
     * Define this tests.
     */
    public static function getInfo() {
        return array(
            'name' => 'EXIF Unit test of Metadata functions',
            'description' => 'Ensure that the exif functions properly.',
            'group' => 'exif',
        );
    }

}

Members