function BlogAPIModuleTestCase::get_info in SimpleTest 6
File
- tests/
blogapi_module.test, line 4
Class
Code
function get_info() {
return array(
'name' => t('BlogAPI functionality'),
'desc' => t('Create, edit, and delete post; upload file; and set/get categories.'),
'group' => t('Blog API Tests'),
);
}