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.
2 parents 840442c + f02c078 commit 63f37b9Copy full SHA for 63f37b9
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