function ImageExampleTestCase::getInfo
File
-
image_example/
image_example.test, line 22
Class
- ImageExampleTestCase
- Functional tests for the Image Example module.
Code
public static function getInfo() {
return array(
'name' => 'Image example functionality',
'description' => 'Test functionality of the Image Example module.',
'group' => 'Examples',
);
}