public static property ConfigImportInstallProfileTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 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\FunctionalCode
public static $modules = [
'config',
];