Skip to content

Commit 45e2200

Browse files
committed
mongodb#1930 remove default config option values
1 parent aaa06ed commit 45e2200

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: phpunit.xml.dist

-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.4/phpunit.xsd"
4-
backupGlobals="false"
54
bootstrap="vendor/autoload.php"
65
colors="true"
7-
processIsolation="false"
8-
stopOnFailure="false"
96
cacheDirectory=".phpunit.cache"
10-
backupStaticProperties="false"
117
>
128
<coverage/>
139
<testsuites>

0 commit comments

Comments
 (0)