function ImageToolkitGdTestCase::getInfo
File
-
modules/
simpletest/ tests/ image.test, line 219
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.