public static function TextimageApiTest::getInfo in Textimage 7.3
Get info.
File
- tests/
textimage.test, line 477 - Textimage - web test case script.
Class
- TextimageApiTest
- Functional tests for Textimage API.
Code
public static function getInfo() {
return array(
'name' => 'Textimage API',
'description' => 'Functionality of the Textimage API',
'group' => 'Textimage',
);
}