Update InstallerTest.php
Remove `text.php` usage
This commit is contained in:
parent
b8b1b1c1b3
commit
3eb3e0b5ce
1 changed files with 0 additions and 3 deletions
|
@ -339,9 +339,6 @@ class InstallerTest extends MockedTest
|
||||||
// Mocking that we can use CURL
|
// Mocking that we can use CURL
|
||||||
$this->setFunctions(['curl_init' => true]);
|
$this->setFunctions(['curl_init' => true]);
|
||||||
|
|
||||||
// needed because of "normalise_link"
|
|
||||||
require_once __DIR__ . '/../../../include/text.php';
|
|
||||||
|
|
||||||
$install = new Installer();
|
$install = new Installer();
|
||||||
|
|
||||||
$this->assertTrue($install->checkHtAccess('https://test'));
|
$this->assertTrue($install->checkHtAccess('https://test'));
|
||||||
|
|
Loading…
Reference in a new issue