You are here

protected static property FieldImportChangeTest::$modules in Drupal 9

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

Modules to enable.

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

Type: array

Overrides FieldKernelTestBase::$modules

File

core/modules/field/tests/src/Kernel/FieldImportChangeTest.php, line 23

Class

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

Namespace

Drupal\Tests\field\Kernel

Code

protected static $modules = [
  'field_test_config',
];