X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FTests%2FInstaller%2FInstallerExistingInstallationTest.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FTests%2FInstaller%2FInstallerExistingInstallationTest.php;h=0000000000000000000000000000000000000000;hp=442de6c107d9ad34f8d86bdab833db91b9a3b6e0;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/system/src/Tests/Installer/InstallerExistingInstallationTest.php b/web/core/modules/system/src/Tests/Installer/InstallerExistingInstallationTest.php deleted file mode 100644 index 442de6c10..000000000 --- a/web/core/modules/system/src/Tests/Installer/InstallerExistingInstallationTest.php +++ /dev/null @@ -1,40 +0,0 @@ -visitInstaller(); - $this->assertRaw('Drupal already installed'); - - // Delete settings.php and attempt to reinstall again. - unlink($this->siteDirectory . '/settings.php'); - $this->visitInstaller(); - $this->setUpLanguage(); - $this->setUpProfile(); - $this->setUpRequirementsProblem(); - $this->setUpSettings(); - $this->assertRaw('Drupal already installed'); - } - -}