public static function ImageThemeFunctionWebTestCase::getInfo

File

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