function InstallerTest::visitInstaller
Visits the interactive installer.
Overrides InstallerTestBase::visitInstaller
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTest.php, line 120
Class
- InstallerTest
- Tests the interactive installer.
Namespace
Drupal\FunctionalTests\InstallerCode
protected function visitInstaller() {
parent::visitInstaller();
// Assert the title is correct and has the title suffix.
$this->assertSession()
->titleEquals('Choose language | Drupal');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.