Skip to content

Commit

Permalink
[TASK] Avoid phpunit cache file
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Aug 2, 2022
1 parent 8bc5b9c commit 2d761c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="../vendor/autoload.php"
cacheResult="false"
convertDeprecationsToExceptions="true"
executionOrder="random"
failOnWarning="true"
Expand Down

0 comments on commit 2d761c7

Please sign in to comment.