You are here

protected static property FieldCollectionAJAXTest::$modules in Field collection 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/FieldCollectionAjaxTest.php, line 23

Class

FieldCollectionAJAXTest
Tests that AJAX functionality works.

Namespace

Drupal\Tests\field_collection\FunctionalJavascriptTests

Code

protected static $modules = [
  'field_collection',
  'node',
  'field',
  'field_ui',
];