function InstallerLanguageDirectionTest::testInstalled
Confirms that the installation succeeded.
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerLanguageDirectionTest.php, line 45
Class
- InstallerLanguageDirectionTest
- Verifies that the early installer uses the correct language direction.
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.