You are here

public function InstallerExistingDatabaseSettingsTest::testInstaller in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Installer/InstallerExistingDatabaseSettingsTest.php \Drupal\system\Tests\Installer\InstallerExistingDatabaseSettingsTest::testInstaller()

Verifies that installation succeeded.

File

core/modules/system/src/Tests/Installer/InstallerExistingDatabaseSettingsTest.php, line 62
Contains \Drupal\system\Tests\Installer\InstallerExistingDatabaseSettingsTest.

Class

InstallerExistingDatabaseSettingsTest
Tests the installer with an existing settings file with database connection info.

Namespace

Drupal\system\Tests\Installer

Code

public function testInstaller() {
  $this
    ->assertUrl('user/1');
  $this
    ->assertResponse(200);
}