public static function RestfulListTestCase::getInfo in RESTful 7.2
Same name and namespace in other branches
- 7 tests/RestfulListTestCase.test \RestfulListTestCase::getInfo()
File
- tests/
RestfulListTestCase.test, line 21 - Contains RestfulListTestCase.
Class
- RestfulListTestCase
- Class RestfulListTestCase.
Code
public static function getInfo() {
return array(
'name' => 'List entities',
'description' => 'Test the listing of entities.',
'group' => 'RESTful',
);
}