We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454483e commit e8f84d3Copy full SHA for e8f84d3
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