public function InstallerLanguageDirectionTest::testInstalled in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php \Drupal\FunctionalTests\Installer\InstallerLanguageDirectionTest::testInstalled()
Confirms that the installation succeeded.
File
- core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerLanguageDirectionTest.php, line 47
Class
- InstallerLanguageDirectionTest
- Verifies that the early installer uses the correct language direction.
Namespace
Drupal\FunctionalTests\InstallerCode
public function testInstalled() {
$this
->assertUrl('user/1');
$this
->assertSession()
->statusCodeEquals(200);
}