From 25012170b21e334a1e42a37cb17fd162bb3500db Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 29 Apr 2022 10:57:44 +0200 Subject: [PATCH] Fix bootstrap path --- tests/complete.phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/complete.phpunit.xml b/tests/complete.phpunit.xml index 1b0b12ea3..125f3fb22 100644 --- a/tests/complete.phpunit.xml +++ b/tests/complete.phpunit.xml @@ -11,7 +11,7 @@ failOnRisky="true" processIsolation="false" stopOnFailure="false" - bootstrap="tests/bootstrap.php" + bootstrap="./bootstrap.php" >