You are here

protected static property ConfigImportInstallProfileTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php, line 26

Class

ConfigImportInstallProfileTest
Tests the importing/exporting configuration based on the install profile.

Namespace

Drupal\Tests\config\Functional

Code

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