function ImageEffectsUnitTest::getInfo

File

modules/image/image.test, line 399

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.