You are here

public function InstallerLanguagePageTest::testInstalled in Zircon Profile 8

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

Confirms that the installation succeeded.

File

core/modules/system/src/Tests/Installer/InstallerLanguagePageTest.php, line 45
Contains \Drupal\system\Tests\Installer\InstallerLanguagePageTest.

Class

InstallerLanguagePageTest
Verifies that the installer language list combines local and remote languages.

Namespace

Drupal\system\Tests\Installer

Code

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