Skip to content

Commit

Permalink
Replace phpunit.dist.xml by phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Nov 8, 2023
1 parent c8f18ba commit a145c79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist → phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
displayDetailsOnTestsThatTriggerWarnings="true"
>
<coverage/>
<testsuite name="all">
<directory>tests</directory>
</testsuite>
<source>
<include>
<directory>src</directory>
Expand Down

0 comments on commit a145c79

Please sign in to comment.