File

./exif_unittests.test

View source
<?php


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

}

Classes

Title Deprecated Summary
ExifUnitTestCase