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 71c0050 commit a918a6eCopy full SHA for a918a6e
phpunit.xml.dist
@@ -3,16 +3,12 @@
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
5
backupGlobals="false"
6
- backupStaticAttributes="false"
7
bootstrap="vendor/autoload.php"
8
colors="true"
9
- convertErrorsToExceptions="true"
10
- convertNoticesToExceptions="true"
11
- convertWarningsToExceptions="true"
12
processIsolation="false"
13
stopOnFailure="false"
14
executionOrder="random"
15
- failOnWarning="true"
+ failOnWarning="false"
16
failOnRisky="true"
17
failOnEmptyTestSuite="true"
18
beStrictAboutOutputDuringTests="true"
0 commit comments