public static function ImageToolkitGdTestCase::getInfo

7.x image.test public static ImageToolkitGdTestCase::getInfo()

File

drupal-7.x/modules/simpletest/tests/image.test, line 217
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',
  );
}