Skip to content

Commit fae82a9

Browse files
committed
minor #11344 remove defaults from PHPUnit configuration (craue)
This PR was merged into the 2.3 branch. Discussion ---------- remove defaults from PHPUnit configuration | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | -- | License | MIT | Doc PR | -- Follow-up to #11329. Commits ------- afc4930 removed defaults from PHPUnit configuration
2 parents f135fbb + beaa5f1 commit fae82a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
55
backupGlobals="false"
6-
backupStaticAttributes="false"
76
colors="true"
8-
convertErrorsToExceptions="true"
9-
convertNoticesToExceptions="true"
10-
convertWarningsToExceptions="true"
11-
processIsolation="false"
12-
stopOnFailure="false"
137
bootstrap="vendor/autoload.php"
148
>
159
<testsuites>

0 commit comments

Comments
 (0)