public static function RestfulUpdateEntityCurlTestCase::getInfo in RESTful 7.2
Same name and namespace in other branches
- 7 tests/RestfulUpdateEntityCurlTestCase.test \RestfulUpdateEntityCurlTestCase::getInfo()
File
- tests/
RestfulUpdateEntityCurlTestCase.test, line 19 - Contains RestfulUpdateEntityCurlTestCase
Class
Code
public static function getInfo() {
return array(
'name' => 'Update entity with CURL',
'description' => 'Test the updating of an entity using PUT and PATCH methods using CURL.',
'group' => 'RESTful',
);
}