public static function ImageToolkitUnitTest::getInfo

File

drupal/modules/simpletest/tests/image.test, line 79
Tests for core image handling API.

Class

ImageToolkitUnitTest
Test that the functions in image.inc correctly pass data to the toolkit.

Code

public static function getInfo() {
  return array(
    'name' => 'Image toolkit tests',
    'description' => 'Check image toolkit functions.',
    'group' => 'Image',
  );
}