public static function ReadTest::getInfo

File

drupal/core/modules/rest/lib/Drupal/rest/Tests/ReadTest.php, line 25
Definition of Drupal\rest\test\ReadTest.

Class

ReadTest
Tests resource read operations on test entities, nodes and users.

Namespace

Drupal\rest\Tests

Code

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