From c8ef5d0a19c5157a5f08676166af8d97e17110bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Wed, 1 Oct 2025 09:28:17 +0200 Subject: [PATCH] Fix PHPUnit bootstrap --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index d2a895f..1cc332a 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -31,7 +31,7 @@ * ------------------------------------------------------------------------- */ -require __DIR__ . '/../../../phpunit/bootstrap.php'; +require __DIR__ . '/../../../tests/bootstrap.php'; if (!Plugin::isPluginActive("{LNAME}")) { throw new RuntimeException("Plugin {LNAME} is not active in the test database");