From 3eb3e0b5cea03a96f1f6745a2c7069cbf75cbb90 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 23 Oct 2019 03:22:03 +0200 Subject: [PATCH] Update InstallerTest.php Remove `text.php` usage --- tests/src/Core/InstallerTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/src/Core/InstallerTest.php b/tests/src/Core/InstallerTest.php index a898dd2957..735a52cd09 100644 --- a/tests/src/Core/InstallerTest.php +++ b/tests/src/Core/InstallerTest.php @@ -339,9 +339,6 @@ class InstallerTest extends MockedTest // Mocking that we can use CURL $this->setFunctions(['curl_init' => true]); - // needed because of "normalise_link" - require_once __DIR__ . '/../../../include/text.php'; - $install = new Installer(); $this->assertTrue($install->checkHtAccess('https://test'));