public static function ImageToolkitGdTestCase::getInfo in SimpleTest 7
File
- tests/
image.test, line 210 - Unit tests for the Drupal Form API.
Class
- ImageToolkitGdTestCase
- Test the core GD image manipulation functions.
Code
public static function getInfo() {
return array(
'name' => 'Image GD manipulation tests',
'description' => 'Check that core image manipulations work properly: scale, resize, rotate, crop, scale and crop, and desaturate.',
'group' => 'Image',
);
}