protected static property ConfigExportUITest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/config/tests/src/Functional/ConfigExportUITest.php \Drupal\Tests\config\Functional\ConfigExportUITest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ config/ tests/ src/ Functional/ ConfigExportUITest.php, line 22
Class
- ConfigExportUITest
- Tests the user interface for exporting configuration.
Namespace
Drupal\Tests\config\FunctionalCode
protected static $modules = [
'config',
'config_test',
];