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 9c92771 commit 4b5878bCopy full SHA for 4b5878b
phpunit.xml.dist
@@ -4,6 +4,10 @@
4
backupGlobals="false"
5
bootstrap="vendor/autoload.php"
6
colors="true"
7
+ convertErrorsToExceptions="true"
8
+ convertNoticesToExceptions="true"
9
+ convertWarningsToExceptions="true"
10
+ verbose="true"
11
processIsolation="false"
12
stopOnFailure="false"
13
>
0 commit comments