public static function RestfulEntityAndPropertyAccessTestCase::getInfo in RESTful 7.2
Same name and namespace in other branches
- 7 tests/RestfulEntityAndPropertyAccessTestCase.test \RestfulEntityAndPropertyAccessTestCase::getInfo()
File
- tests/
RestfulEntityAndPropertyAccessTestCase.test, line 15 - Contains RestfulEntityAndPropertyAccessTestCase
Class
Code
public static function getInfo() {
return array(
'name' => 'Entity and property access',
'description' => 'Test access for the entity and the properties.',
'group' => 'RESTful',
);
}