You are here

protected static property ConfigExportUITest::$modules in Drupal 10

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

Modules to enable.

Type: array

File

core/modules/config/tests/src/Functional/ConfigExportUITest.php, line 22

Class

ConfigExportUITest
Tests the user interface for exporting configuration.

Namespace

Drupal\Tests\config\Functional

Code

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