Fix path to tests

pull/14597/head
Art4 2024-12-13 22:47:32 +00:00
rodzic 346b42fba5
commit cb6269eddb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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