public static function ImageStylesPathAndUrlTestCase::getInfo

Archivo

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.

Código

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