]> git.mxchange.org Git - friendica.git/commitdiff
Fix path to tests
authorArt4 <art4@wlabs.de>
Fri, 13 Dec 2024 22:47:32 +0000 (22:47 +0000)
committerArt4 <art4@wlabs.de>
Fri, 13 Dec 2024 22:47:32 +0000 (22:47 +0000)
tests/ApiTestCase.php

index 636550a894848438cb87c9c76e4c33e5a0e80f8e..26a6bb08cad1abe4a75d710d2df02e85d59e5f95 100644 (file)
@@ -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);