public static function CreateTest::getInfo

File

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

Class

CreateTest
Tests resource creation on user, node and test entities.

Namespace

Drupal\rest\Tests

Code

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