public static function ImageEffectsUnitTest::getInfo

File

drupal/modules/image/image.test, line 389
Tests for image.module.

Class

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

Code

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