function InstallerLanguagePageTest::testInstalled
Confirms that the installation succeeded.
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerLanguagePageTest.php, line 44
Class
- InstallerLanguagePageTest
- Verifies that the installer language list combines local and remote languages.
Namespace
Drupal\FunctionalTests\InstallerCode
public function testInstalled() {
$this->assertSession()
->addressEquals('user/1');
$this->assertSession()
->statusCodeEquals(200);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.