protected function InstallerTest::setUpSettings in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\InstallerCode
protected function setUpSettings() {
// Assert that the expected title is present.
$this
->assertEqual('Database configuration', $this
->cssSelect('main h1')[0]);
parent::setUpSettings();
}