public static function ImageEffectsUnitTest::getInfo

Archivo

drupal-7.x/modules/image/image.test, line 326
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.

Código

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