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 7f461d6 commit f02c078Copy full SHA for f02c078
phpunit.xml.dist
@@ -1,12 +1,15 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit backupGlobals="false"
3
backupStaticAttributes="false"
4
+ beStrictAboutTestsThatDoNotTestAnything="true"
5
beStrictAboutOutputDuringTests="true"
6
bootstrap="vendor/autoload.php"
7
colors="true"
8
convertErrorsToExceptions="true"
9
convertNoticesToExceptions="true"
10
convertWarningsToExceptions="true"
11
+ failOnRisky="true"
12
+ failOnWarning="true"
13
processIsolation="false"
14
stopOnError="false"
15
stopOnFailure="false"
0 commit comments