Update InstallerTest.php
Remove `text.php` usage
This commit is contained in:
parent
b8b1b1c1b3
commit
3eb3e0b5ce
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue