You are here

public static function RestfulDbQueryTestCase::getInfo in RESTful 7

Same name and namespace in other branches
  1. 7.2 tests/RestfulDbQueryTestCase.test \RestfulDbQueryTestCase::getInfo()

Provides information about the test class.

File

tests/RestfulDbQueryTestCase.test, line 20
Contains RestfulDbQueryTestCase.

Class

RestfulDbQueryTestCase
@file Contains RestfulDbQueryTestCase.

Code

public static function getInfo() {
  return array(
    'name' => 'DB Query',
    'description' => 'Test the DB Query data provider.',
    'group' => 'RESTful',
  );
}