You are here

public static function RestfulUpdateEntityTestCase::getInfo in RESTful 7

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

File

tests/RestfulUpdateEntityTestCase.test, line 10
Contains RestfulUpdateEntityTestCase

Class

RestfulUpdateEntityTestCase
@file Contains RestfulUpdateEntityTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Update entity',
    'description' => 'Test the updating of an entity using PUT and PATCH methods.',
    'group' => 'RESTful',
  );
}