public static function BlogAPITestCase::getInfo in Blog API 7
Same name and namespace in other branches
- 7.2 blogapi.test \BlogapiTestCase::getInfo()
File
- ./
blogapi.test, line 4
Class
Code
public static function getInfo() {
return array(
'name' => 'Blog API functionality',
'description' => 'Create, edit, and delete post; upload file; and set/get categories.',
'group' => 'Blog API',
);
}