function InstallerEmptySettingsTest::testInstaller
Verifies that installation succeeded.
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerEmptySettingsTest.php, line 32
Class
- InstallerEmptySettingsTest
- Tests the installer with empty settings file.
Namespace
Drupal\FunctionalTests\InstallerCode
public function testInstaller() : void {
$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.