public static function RestfulVariableTestCase::getInfo in RESTful 7
Same name and namespace in other branches
- 7.2 tests/RestfulVariableTestCase.test \RestfulVariableTestCase::getInfo()
Provides information about the test class.
File
- tests/
RestfulVariableTestCase.test, line 13 - Contains RestfulVariableTestCase.
Class
- RestfulVariableTestCase
- @file Contains RestfulVariableTestCase.
Code
public static function getInfo() {
return array(
'name' => 'Variable',
'description' => 'Test the variable data provider.',
'group' => 'RESTful',
);
}