We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33cf03c commit 13af0c1Copy full SHA for 13af0c1
phpunit.xml.dist
@@ -2,8 +2,9 @@
2
3
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
5
- beStrictAboutTestsThatDoNotTestAnything="false"
+ backupGlobals="false"
6
colors="true"
7
+ failOnWarning="true"
8
bootstrap="vendor/autoload.php"
9
>
10
<php>
0 commit comments