Fix path to tests

This commit is contained in:
Art4 2024-12-13 22:47:32 +00:00
parent 346b42fba5
commit cb6269eddb

View file

@ -190,7 +190,7 @@ abstract class ApiTest 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);