You are here

public static function BlogapiMovabletypeEndpointTestCase::getInfo in Blog API 7.2

Test info.

Overrides BlogapiTestCase::getInfo

File

modules/blogapi_movabletype/blogapi_movabletype.test, line 11
Endpoint tests for BlogAPI MovableType

Class

BlogapiMovabletypeEndpointTestCase
@file Endpoint tests for BlogAPI MovableType

Code

public static function getInfo() {
  return array(
    'name' => t('MovableType Endpoint Tests'),
    'description' => t('Run tests for MovableType endpoints'),
    'group' => t('BlogAPI'),
  );
}