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 36ed373 commit dcdc4e9Copy full SHA for dcdc4e9
phpunit.xml
@@ -3,6 +3,10 @@
3
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
4
colors="true"
5
backupGlobals="false"
6
+ beStrictAboutOutputDuringTests="true"
7
+ convertErrorsToExceptions="true"
8
+ convertNoticesToExceptions="true"
9
+ convertWarningsToExceptions="true"
10
bootstrap="vendor/autoload.php"
11
>
12
0 commit comments