]> git.mxchange.org Git - friendica.git/commitdiff
Update InstallerTest.php
authorPhilipp <admin+Github@philipp.info>
Wed, 23 Oct 2019 01:22:03 +0000 (03:22 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Oct 2019 01:22:03 +0000 (03:22 +0200)
Remove `text.php` usage

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