We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2b60c7 + e8497b6 commit d67d834Copy full SHA for d67d834
templates/phpunit.xml.dist
@@ -4,8 +4,9 @@
4
backupGlobals="false"
5
colors="true"
6
convertErrorsToExceptions="true"
7
- convertNoticesToExceptions="true"
8
convertWarningsToExceptions="true"
+ convertNoticesToExceptions="true"
9
+ convertDeprecationsToExceptions="true"
10
>
11
<testsuites>
12
<testsuite name="testing">
0 commit comments