You are here

public static function RestfulUpdateEntityCurlTestCase::getInfo in RESTful 7.2

Same name and namespace in other branches
  1. 7 tests/RestfulUpdateEntityCurlTestCase.test \RestfulUpdateEntityCurlTestCase::getInfo()

File

tests/RestfulUpdateEntityCurlTestCase.test, line 19
Contains RestfulUpdateEntityCurlTestCase

Class

RestfulUpdateEntityCurlTestCase

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',
  );
}