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