You are here

public function InstallerTranslationExistingFileTest::testInstall in Drupal 10

Same name and namespace in other branches
  1. 9 core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php \Drupal\FunctionalTests\Installer\InstallerTranslationExistingFileTest::testInstall()

Ensures language selection has not failed.

File

core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php, line 81

Class

InstallerTranslationExistingFileTest
Tests translation files for multiple languages get imported during install.

Namespace

Drupal\FunctionalTests\Installer

Code

public function testInstall() {

  // At this point we'll be on the profile selection or requirements screen.
  $this
    ->assertSession()
    ->statusCodeEquals(200);
}