You are here

public static function ImageStyleFlushTest::getInfo in Drupal 7

File

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

Class

ImageStyleFlushTest
Tests flushing of image styles.

Code

public static function getInfo() {
  return array(
    'name' => 'Image style flushing',
    'description' => 'Tests flushing of image styles.',
    'group' => 'Image',
  );
}