Skip to content

Commit

Permalink
phpunit.xml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsarwe committed Jul 16, 2024
1 parent ae1011c commit 69b8763
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<testsuites>
<testsuite name="Nerdroid23 Test Suite">
Expand Down

0 comments on commit 69b8763

Please sign in to comment.