You are here

public static function ImageToolkitUnitTest::getInfo in SimpleTest 7

File

tests/image.test, line 72
Unit tests for the Drupal Form 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',
  );
}