Skip to content

Commit

Permalink
Enable displayDetailsOnTestsThatTriggerWarnings setting for phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Dec 30, 2023
1 parent a4e84e3 commit 1b8dff7
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 @@ -3,6 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
colors="true"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
displayDetailsOnTestsThatTriggerWarnings="true"
>
<testsuites>
<testsuite name="integration">
Expand Down

0 comments on commit 1b8dff7

Please sign in to comment.