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 2a750fd commit 617e3afCopy full SHA for 617e3af
phpunit.xml.dist
@@ -4,14 +4,7 @@
4
<phpunit
5
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
6
xsi:noNamespaceSchemaLocation = "vendor/phpunit/phpunit/phpunit.xsd"
7
- backupGlobals = "false"
8
- backupStaticAttributes = "false"
9
colors = "true"
10
- convertErrorsToExceptions = "true"
11
- convertNoticesToExceptions = "true"
12
- convertWarningsToExceptions = "true"
13
- processIsolation = "false"
14
- stopOnFailure = "false"
15
bootstrap = "vendor/autoload.php">
16
17
<testsuites>
0 commit comments