We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950a7a4 commit 96f1038Copy full SHA for 96f1038
1 file changed
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