]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/InstallerTest.php
Merge pull request #7765 from nupplaphil/task/move_text
[friendica.git] / tests / src / Core / InstallerTest.php
index a898dd2957bb85cc100c9c9281194811716e8251..735a52cd09f3d87db68079d27017d3980b87fc4c 100644 (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'));