You are here

public static property CreateTest::$modules in Zircon Profile 8.0

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

Modules to install.

Type: array

Overrides RESTTestBase::$modules

File

core/modules/rest/src/Tests/CreateTest.php, line 31
Contains \Drupal\rest\Tests\CreateTest.

Class

CreateTest
Tests the creation of resources.

Namespace

Drupal\rest\Tests

Code

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