Skip to content

Commit

Permalink
Merge pull request #2266 from tarlepp/chore(env)/phpunit-configuration
Browse files Browse the repository at this point in the history
Chore(env) - Updated PHPUnit configuration
  • Loading branch information
tarlepp committed Apr 9, 2023
2 parents 048460f + 60770b5 commit 52d8b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -8,7 +8,9 @@
testdox="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
stopOnError="true"
stopOnFailure="true"
stopOnDefect="true"
bootstrap="tests/bootstrap.php"
cacheDirectory=".phpunit.cache"
displayDetailsOnTestsThatTriggerDeprecations="true"
Expand Down

0 comments on commit 52d8b70

Please sign in to comment.