public static function ImageStyleFlushTest::getInfo

File

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