public static function ImageEffectsTest::getInfo

File

drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php, line 25
Definition of Drupal\image\Tests\ImageEffectsTest.

Class

ImageEffectsTest
Use the image_test.module's mock toolkit to ensure that the effects are properly passing parameters to the image toolkit.

Namespace

Drupal\image\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Image effects',
    'description' => 'Test that the image effects pass parameters to the toolkit correctly.',
    'group' => 'Image',
  );
}