public static function BlogapiMetaweblogEndpointTestCase::getInfo in Blog API 7.2
Test info.
Overrides BlogapiTestCase::getInfo
File
- modules/
blogapi_metaweblog/ blogapi_metaweblog.test, line 11 - Endpoint tests for BlogAPI Metaweblog
Class
- BlogapiMetaweblogEndpointTestCase
- @file Endpoint tests for BlogAPI Metaweblog
Code
public static function getInfo() {
return array(
'name' => t('Metaweblog Endpoint Tests'),
'description' => t('Run tests for Metaweblog endpoints'),
'group' => t('BlogAPI'),
);
}