You are here

public static function ImageThemeFunctionWebTestCase::getInfo in Drupal 7

File

modules/image/image.test, line 1811
Tests for image.module.

Class

ImageThemeFunctionWebTestCase
Tests image theme functions.

Code

public static function getInfo() {
  return array(
    'name' => 'Image theme functions',
    'description' => 'Test that the image theme functions work correctly.',
    'group' => 'Image',
  );
}