Update InstallerTest.php

Remove `text.php` usage
This commit is contained in:
Philipp
2019-10-23 03:22:03 +02:00
committed by GitHub
parent b8b1b1c1b3
commit 3eb3e0b5ce

View File

@@ -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'));