You are here

protected function InstallerTest::setUpSettings in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Installer/InstallerTest.php \Drupal\system\Tests\Installer\InstallerTest::setUpSettings()

Installer step: Configure settings.

Overrides InstallerTestBase::setUpSettings

File

core/modules/system/src/Tests/Installer/InstallerTest.php, line 63
Contains \Drupal\system\Tests\Installer\InstallerTest.

Class

InstallerTest
Tests the interactive installer.

Namespace

Drupal\system\Tests\Installer

Code

protected function setUpSettings() {

  // Assert that the expected title is present.
  $this
    ->assertEqual('Database configuration', $this
    ->cssSelect('main h1')[0]);
  parent::setUpSettings();
}