Skip to content

Commit

Permalink
Set defaultTestSuite to default
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Oct 2, 2024
1 parent c0dbf13 commit 087d6f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
beStrictAboutOutputDuringTests="true"
failOnRisky="true"
failOnWarning="true"
defaultTestSuite="default"
>
<php>
<ini name="display_errors" value="1"/>
<ini name="error_reporting" value="-1"/>
</php>

<testsuites>
<testsuite name="main">
<testsuite name="default">
<directory>tests</directory>
</testsuite>

Expand Down

0 comments on commit 087d6f6

Please sign in to comment.