You are here

protected static property ConfigExportImportUITest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/config/tests/src/Functional/ConfigExportImportUITest.php \Drupal\Tests\config\Functional\ConfigExportImportUITest::modules
  2. 10 core/modules/config/tests/src/Functional/ConfigExportImportUITest.php \Drupal\Tests\config\Functional\ConfigExportImportUITest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/config/tests/src/Functional/ConfigExportImportUITest.php, line 69

Class

ConfigExportImportUITest
Tests the user interface for importing/exporting configuration.

Namespace

Drupal\Tests\config\Functional

Code

protected static $modules = [
  'config',
  'node',
  'field',
];