FieldImportDeleteTest::$modules

Same name in other branches
  1. 9 core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php \Drupal\Tests\field\Kernel\FieldImportDeleteTest::modules
  2. 8.9.x core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php \Drupal\Tests\field\Kernel\FieldImportDeleteTest::modules
  3. 11.x core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php \Drupal\Tests\field\Kernel\FieldImportDeleteTest::modules

Modules to install.

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/FieldImportDeleteTest.php, line 27

Class

FieldImportDeleteTest
Delete field storages and fields during config delete method invocation.

Namespace

Drupal\Tests\field\Kernel

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.