From 91a9d899741557c75050614ff7adb8c0e3feb005 Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Mon, 14 Feb 2022 15:30:03 +0200 Subject: [PATCH] Update AdminMakeInstall.php --- tests/Browser/Components/AdminMakeInstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Browser/Components/AdminMakeInstall.php b/tests/Browser/Components/AdminMakeInstall.php index 5ea17898ec1..bf26b36ccdc 100644 --- a/tests/Browser/Components/AdminMakeInstall.php +++ b/tests/Browser/Components/AdminMakeInstall.php @@ -42,7 +42,7 @@ public function elements() public function makeInstallation(Browser $browser) { - $siteUrl = site_url(); + $siteUrl = 'http://127.0.0.1:8000/'; if (mw_is_installed()) { PHPUnit::assertTrue(true);