public static function ImageToolkitUnitTest::getInfo in Drupal 7
File
- 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',
);
}