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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

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