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" >