You are here

public static property FieldCollectionRESTTest::$modules in Field collection 8

Same name and namespace in other branches
  1. 8.3 src/Tests/FieldCollectionRESTTest.php \Drupal\field_collection\Tests\FieldCollectionRESTTest::modules

Modules to install.

Type: array

Overrides RESTTestBase::$modules

File

src/Tests/FieldCollectionRESTTest.php, line 22

Class

FieldCollectionRESTTest
Test REST features.

Namespace

Drupal\field_collection\Tests

Code

public static $modules = [
  'rest',
  'node',
  'field_collection',
];