You are here

public static property FieldImportChangeTest::$modules in Zircon Profile 8

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

Modules to enable.

The default configuration provided by field_test_config is imported by \Drupal\field\Tests\FieldUnitTestBase::setUp() when it installs field configuration.

Type: array

Overrides FieldUnitTestBase::$modules

File

core/modules/field/src/Tests/FieldImportChangeTest.php, line 28
Contains \Drupal\field\Tests\FieldImportChangeTest.

Class

FieldImportChangeTest
Update field storage and fields during config change method invocation.

Namespace

Drupal\field\Tests

Code

public static $modules = array(
  'field_test_config',
);