From e8c1f4ec2b4635c29f3cdafdab51477a14e1a040 Mon Sep 17 00:00:00 2001 From: Art4 Date: Fri, 13 Dec 2024 22:47:32 +0000 Subject: [PATCH] Fix path to tests --- tests/ApiTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);