public static function ImageStyleFlushTest::getInfo
Archivo
- drupal-7.x/
modules/ image/ image.test, line 1757 - Tests for image.module.
Class
- ImageStyleFlushTest
- Tests flushing of image styles.
Código
public static function getInfo() {
return array(
'name' => 'Image style flushing',
'description' => 'Tests flushing of image styles.',
'group' => 'Image',
);
}