Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / src / Tests / Installer / InstallerExistingInstallationTest.php
index 3ba045a0ad6083adfd632666b89106018d0df79e..442de6c107d9ad34f8d86bdab833db91b9a3b6e0 100644 (file)
@@ -32,6 +32,7 @@ class InstallerExistingInstallationTest extends InstallerTestBase {
     $this->visitInstaller();
     $this->setUpLanguage();
     $this->setUpProfile();
+    $this->setUpRequirementsProblem();
     $this->setUpSettings();
     $this->assertRaw('Drupal already installed');
   }