From 69b8763eb1653ede6c3d70c1ebdbe129161318c9 Mon Sep 17 00:00:00 2001 From: Swapnil Sarwe Date: Tue, 16 Jul 2024 16:20:50 +0530 Subject: [PATCH] phpunit.xml fixes --- phpunit.xml.dist | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7ba74dc..bb9ec2b 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -3,6 +3,16 @@ xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" + convertErrorsToExceptions="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + processIsolation="false" + stopOnFailure="false" + executionOrder="random" + failOnWarning="true" + failOnRisky="true" + failOnEmptyTestSuite="true" + beStrictAboutOutputDuringTests="true" >