You are here

public static property NestedFormTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/field/tests/src/Functional/NestedFormTest.php \Drupal\Tests\field\Functional\NestedFormTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/field/tests/src/Functional/NestedFormTest.php, line 21

Class

NestedFormTest
Tests field elements in nested forms.

Namespace

Drupal\Tests\field\Functional

Code

public static $modules = [
  'field_test',
  'entity_test',
];