You are here

protected function ConfigInstallProfileUnmetDependenciesTest::setUpSite in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config/src/Tests/ConfigInstallProfileUnmetDependenciesTest.php \Drupal\config\Tests\ConfigInstallProfileUnmetDependenciesTest::setUpSite()

Final installer step: Configure site.

Overrides InstallerTestBase::setUpSite

File

core/modules/config/src/Tests/ConfigInstallProfileUnmetDependenciesTest.php, line 83
Contains \Drupal\config\Tests\ConfigInstallProfileUnmetDependenciesTest.

Class

ConfigInstallProfileUnmetDependenciesTest
Tests install profile config overrides can not add unmet dependencies.

Namespace

Drupal\config\Tests

Code

protected function setUpSite() {

  // This step is not reached due to the exception.
}