public static function ImageAdminUiTestCase::getInfo in Drupal 7
File
- modules/
image/ image.test, line 510 - Tests for image.module.
Class
- ImageAdminUiTestCase
- Tests the administrative user interface.
Code
public static function getInfo() {
return array(
'name' => 'Administrative user interface',
'description' => 'Tests the forms used in the administrative user interface.',
'group' => 'Image',
);
}