You are here

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

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

Modules to install.

Type: array

Overrides RESTTestBase::$modules

File

src/Tests/FieldCollectionRESTTest.php, line 23

Class

FieldCollectionRESTTest
Test REST features.

Namespace

Drupal\field_collection\Tests

Code

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