public static function TextimageTest::getInfo in Textimage 7.2
Same name and namespace in other branches
- 7.3 tests/textimage.test \TextimageTest::getInfo()
Get info.
File
- tests/
textimage.test, line 17 - Textimage - web test case script.
Class
- TextimageTest
- Functional tests for Textimage.
Code
public static function getInfo() {
return array(
'name' => 'Textimage functionality',
'description' => 'Basic functionality of the Textimage module',
'group' => 'Textimage',
);
}