Skip to content

Commit

Permalink
Do not cache phpunit results
Browse files Browse the repository at this point in the history
  • Loading branch information
kimpepper committed Feb 22, 2021
1 parent 0fe5e01 commit 4e0d531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
cacheResult="false"
>
<testsuites>
<testsuite name="Test Suite">
Expand Down

0 comments on commit 4e0d531

Please # to comment.