You are here

public static function RestfulUpdateEntityCurlTestCase::getInfo in RESTful 7

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

File

tests/RestfulUpdateEntityCurlTestCase.test, line 17
Contains RestfulUpdateEntityCurlTestCase

Class

RestfulUpdateEntityCurlTestCase
@file Contains 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',
  );
}