public function InstallerSkipPermissionHardeningTest::testInstalled in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php \Drupal\FunctionalTests\Installer\InstallerSkipPermissionHardeningTest::testInstalled()
Verifies the expected behaviors of the installation result.
File
- core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerSkipPermissionHardeningTest.php, line 41
Class
- InstallerSkipPermissionHardeningTest
- Verifies that the installer skipped permission hardening.
Namespace
Drupal\FunctionalTests\InstallerCode
public function testInstalled() {
$this
->assertSession()
->addressEquals('user/1');
$this
->assertSession()
->statusCodeEquals(200);
}