Fix path to tests

This commit is contained in:
Art4 2024-12-13 22:47:32 +00:00
parent b3cf518628
commit e8c1f4ec2b

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