Skip to content

Commit

Permalink
Silence deprecated errors in PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Jan 11, 2022
1 parent 000bdce commit bb41829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</testsuite>
</testsuites>
<php>
<ini name="error_reporting" value="E_ALL" />
<ini name="error_reporting" value="E_ALL &amp; ~E_DEPRECATED" />
<ini name="display_errors" value="On" />
</php>
<filter>
Expand Down

0 comments on commit bb41829

Please sign in to comment.