public function InstallerLanguageDirectionTest::testInstalled in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Installer/InstallerLanguageDirectionTest.php \Drupal\system\Tests\Installer\InstallerLanguageDirectionTest::testInstalled()
Confirms that the installation succeeded.
File
- core/
modules/ system/ src/ Tests/ Installer/ InstallerLanguageDirectionTest.php, line 49 - Contains \Drupal\system\Tests\Installer\InstallerLanguageDirectionTest.
Class
- InstallerLanguageDirectionTest
- Verifies that the early installer uses the correct language direction.
Namespace
Drupal\system\Tests\InstallerCode
public function testInstalled() {
$this
->assertUrl('user/1');
$this
->assertResponse(200);
}