public function MinimalInstallerTest::testMinimalConfig in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Installer/MinimalInstallerTest.php \Drupal\system\Tests\Installer\MinimalInstallerTest::testMinimalConfig()
Ensures that the exported minimal configuration is up to date.
File
- core/
modules/ system/ src/ Tests/ Installer/ MinimalInstallerTest.php, line 29 - Contains \Drupal\system\Tests\Installer\MinimalInstallerTest.
Class
- MinimalInstallerTest
- Tests the interactive installer installing the minimal profile.
Namespace
Drupal\system\Tests\InstallerCode
public function testMinimalConfig() {
$this
->assertInstalledConfig([]);
}