From: Art4 Date: Fri, 13 Dec 2024 22:47:32 +0000 (+0000) Subject: Fix path to tests X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e8c1f4ec2b4635c29f3cdafdab51477a14e1a040;p=friendica.git Fix path to tests --- diff --git a/tests/ApiTestCase.php b/tests/ApiTestCase.php index 636550a894..26a6bb08ca 100644 --- a/tests/ApiTestCase.php +++ b/tests/ApiTestCase.php @@ -187,7 +187,7 @@ abstract class ApiTestCase extends FixtureTestCase public function installAuthTest() { $addon = 'authtest'; - $addon_file_path = __DIR__ . '/../../../Util/authtest/authtest.php'; + $addon_file_path = __DIR__ . '/Util/authtest/authtest.php'; $t = @filemtime($addon_file_path); @include_once($addon_file_path);