You are here

public static function RestfulVariableTestCase::getInfo in RESTful 7.2

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

Provides information about the test class.

File

tests/RestfulVariableTestCase.test, line 15
Contains RestfulVariableTestCase.

Class

RestfulVariableTestCase

Code

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