public static function ImageStylesPathAndUrlTestCase::getInfo

7.x image.test public static ImageStylesPathAndUrlTestCase::getInfo()

File

drupal-7.x/modules/image/image.test, line 112
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',
  );
}