You are here

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

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

Modules to enable.

Type: array

File

core/modules/field/src/Tests/NestedFormTest.php, line 23
Contains \Drupal\field\Tests\NestedFormTest.

Class

NestedFormTest
Tests field elements in nested forms.

Namespace

Drupal\field\Tests

Code

public static $modules = array(
  'field_test',
  'entity_test',
);