public static property ReadTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/rest/lib/Drupal/rest/Tests/ReadTest.php, line 22
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 $modules = array(
  'jsonld',
  'rest',
  'entity_test',
);