From e64d9e9402d5b8843b0277574f4c0f925e18a19c Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Fri, 19 Jan 2024 17:12:25 -0300 Subject: [PATCH] Update bootstrap path in phpunit.xml.dist. --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 41e8cdc..2900185 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -7,7 +7,7 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - bootstrap="Tests/bootstrap.php" + bootstrap="tests/bootstrap.php" >