public static function ImageStyleFlushTest::getInfo

File

drupal/core/modules/image/lib/Drupal/image/Tests/ImageStyleFlushTest.php, line 15
Contains \Drupal\image\Tests\ImageStyleFlushTest.

Class

ImageStyleFlushTest
Tests flushing of image styles.

Namespace

Drupal\image\Tests

Code

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