public static function ImageTestCase::getInfo in Image 6
Same name and namespace in other branches
- 7 tests/image.test \ImageTestCase::getInfo()
File
- tests/
image.test, line 11
Class
- ImageTestCase
- Test image functionality.
Code
public static function getInfo() {
return array(
'name' => 'Image functionality',
'description' => 'Test Image module functionality.',
'group' => 'Image',
);
}