You are here

public static property FieldImportDeleteTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php \Drupal\Tests\field\Kernel\FieldImportDeleteTest::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/FieldImportDeleteTest.php, line 26

Class

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

Namespace

Drupal\Tests\field\Kernel

Code

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