public static function BlogapiTestCase::getInfo in Blog API 7.2
Same name and namespace in other branches
- 7 blogapi.test \BlogAPITestCase::getInfo()
Test info.
3 methods override BlogapiTestCase::getInfo()
- BlogapiBloggerEndpointTestCase::getInfo in modules/
blogapi_blogger/ blogapi_blogger.test - Test info.
- BlogapiMetaweblogEndpointTestCase::getInfo in modules/
blogapi_metaweblog/ blogapi_metaweblog.test - Test info.
- BlogapiMovabletypeEndpointTestCase::getInfo in modules/
blogapi_movabletype/ blogapi_movabletype.test - Test info.
File
- ./
blogapi.test, line 17 - Test for general BlogAPI functionality
Class
- BlogapiTestCase
- @file Test for general BlogAPI functionality
Code
public static function getInfo() {
return array(
'name' => t('BlogAPI Parent Test class'),
'description' => t('Prepare endpoints testing'),
'group' => t('BlogAPI'),
);
}