Skip to content

Commit 617e3af

Browse files
committed
Remove redundant config options. Default settings already used.
1 parent 2a750fd commit 617e3af

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
<phpunit
55
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
66
xsi:noNamespaceSchemaLocation = "vendor/phpunit/phpunit/phpunit.xsd"
7-
backupGlobals = "false"
8-
backupStaticAttributes = "false"
97
colors = "true"
10-
convertErrorsToExceptions = "true"
11-
convertNoticesToExceptions = "true"
12-
convertWarningsToExceptions = "true"
13-
processIsolation = "false"
14-
stopOnFailure = "false"
158
bootstrap = "vendor/autoload.php">
169

1710
<testsuites>

0 commit comments

Comments
 (0)