You are here

public function InstallerTranslationExistingFileTest::testInstall in Drupal 9

Ensures language selection has not failed.

File

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

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);
}