public static function UpdateTest::getInfo

Same name in this branch

File

drupal/core/modules/rest/lib/Drupal/rest/Tests/UpdateTest.php, line 24
Contains Drupal\rest\test\UpdateTest.

Class

UpdateTest
Tests resource updates on test entities.

Namespace

Drupal\rest\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Update resource',
    'description' => 'Tests the update of resources.',
    'group' => 'REST',
  );
}