You are here

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

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

Modules to install.

Type: array

Overrides RESTTestBase::$modules

File

core/modules/rest/src/Tests/ResourceTest.php, line 24
Contains \Drupal\rest\Tests\ResourceTest.

Class

ResourceTest
Tests the structure of a REST resource.

Namespace

Drupal\rest\Tests

Code

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