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.
1 parent 2c43d0d commit 020eaaaCopy full SHA for 020eaaa
1 file changed
phpunit.xml.dist
@@ -2,10 +2,10 @@
2
bootstrap="tests/php/bootstrap.php"
3
backupGlobals="false"
4
colors="true"
5
- convertDeprecationsToExceptions="false"
6
- convertErrorsToExceptions="false"
7
- convertNoticesToExceptions="false"
8
- convertWarningsToExceptions="false"
+ convertDeprecationsToExceptions="true"
+ convertErrorsToExceptions="true"
+ convertNoticesToExceptions="true"
+ convertWarningsToExceptions="true"
9
defaultTestSuite="default"
10
>
11
<php>
0 commit comments