You are here

public static function BlogAPITestCase::getInfo in Blog API 7

Same name and namespace in other branches
  1. 7.2 blogapi.test \BlogapiTestCase::getInfo()

File

./blogapi.test, line 4

Class

BlogAPITestCase

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',
  );
}