You are here

protected static property ConfigExportStorageTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php \Drupal\KernelTests\Core\Config\ConfigExportStorageTest::modules
  2. 9 core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php \Drupal\KernelTests\Core\Config\ConfigExportStorageTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/tests/Drupal/KernelTests/Core/Config/ConfigExportStorageTest.php, line 19

Class

ConfigExportStorageTest
Tests configuration export storage.

Namespace

Drupal\KernelTests\Core\Config

Code

protected static $modules = [
  'system',
  'config_test',
];