You are here

public static function ImageStylesPathAndUrlTestCase::getInfo in Drupal 7

File

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

Class

ImageStylesPathAndUrlTestCase
Tests the functions for generating paths and URLs for image styles.

Code

public static function getInfo() {
  return array(
    'name' => 'Image styles path and URL functions',
    'description' => 'Tests functions for generating paths and URLs to image styles.',
    'group' => 'Image',
  );
}