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\InstallerCode
public function testInstall() {
// At this point we'll be on the profile selection or requirements screen.
$this
->assertSession()
->statusCodeEquals(200);
}