public static property CreateTest::$modules

Modules to enable.

Type: array

File

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

Class

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

Namespace

Drupal\rest\Tests

Code

public static $modules = array(
  'hal',
  'rest',
  'entity_test',
);