function 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.