You are here

public static property ReadTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/rest/src/Tests/ReadTest.php \Drupal\rest\Tests\ReadTest::modules

Modules to install.

Type: array

Overrides RESTTestBase::$modules

File

core/modules/rest/src/Tests/ReadTest.php, line 25
Contains \Drupal\rest\Tests\ReadTest.

Class

ReadTest
Tests the retrieval of resources.

Namespace

Drupal\rest\Tests

Code

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