You are here

public function InstallerEmptySettingsTest::testInstaller in Zircon Profile 8

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

Verifies that installation succeeded.

File

core/modules/system/src/Tests/Installer/InstallerEmptySettingsTest.php, line 31
Contains \Drupal\system\Tests\Installer\InstallerEmptySettingsTest.

Class

InstallerEmptySettingsTest
Tests the installer with empty settings file.

Namespace

Drupal\system\Tests\Installer

Code

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