public static function ImageToolkitGdTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ image.test, line 219 - Tests for core image handling 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',
);
}