Skip to content

Commit

Permalink
PHPUnit: set executionOrder as random and enable resolveDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed May 30, 2021
1 parent ef5ab1f commit 1304b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
bootstrap="tests/App/bootstrap.php"
colors="true"
beStrictAboutOutputDuringTests="true"
executionOrder="random"
resolveDependencies="true"
>

<php>
Expand Down

0 comments on commit 1304b07

Please sign in to comment.