You are here

exif_unittests.test in Exif 7

File

exif_unittests.test
View source
<?php

class ExifUnitTestCase extends DrupalUnitTestCase {
  public static function getInfo() {
    return array(
      'name' => 'Exif Unit test of Metadata functions',
      'description' => 'Ensure that the exif functions properly.',
      'group' => 'Exif',
    );
  }

}

Classes

Namesort descending Description
ExifUnitTestCase