You are here

protected function InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSite in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php \Drupal\FunctionalTests\Installer\InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSite()

Final installer step: Configure site.

Overrides InstallerTestBase::setUpSite

File

core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php, line 53

Class

InstallerConfigDirectorySetNoDirectoryErrorTest
Tests the installer when a config_directory set up but does not exist.

Namespace

Drupal\FunctionalTests\Installer

Code

protected function setUpSite() {

  // This step should not appear as we had a failure prior to the settings
  // screen.
}