function MinimalInstallerTest::testMinimalConfig
Same name in other branches
- 8.9.x core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php \Drupal\FunctionalTests\Installer\MinimalInstallerTest::testMinimalConfig()
- 10 core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php \Drupal\FunctionalTests\Installer\MinimalInstallerTest::testMinimalConfig()
- 11.x core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php \Drupal\FunctionalTests\Installer\MinimalInstallerTest::testMinimalConfig()
Ensures that the exported minimal configuration is up to date.
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ MinimalInstallerTest.php, line 29
Class
- MinimalInstallerTest
- Tests the interactive installer installing the minimal profile.
Namespace
Drupal\FunctionalTests\InstallerCode
public function testMinimalConfig() {
$this->assertInstalledConfig([]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.