You are here

public static function RestfulDbQueryTestCase::getInfo in RESTful 7.2

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

Provides information about the test class.

File

tests/RestfulDbQueryTestCase.test, line 23
Contains RestfulDbQueryTestCase.

Class

RestfulDbQueryTestCase

Code

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