Skip to content

Commit 9781012

Browse files
committed
#1930 remove default config option values
1 parent d2d06c2 commit 9781012

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 5 deletions
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>
@@ -23,7 +19,7 @@
2319
</php>
2420
<source>
2521
<include>
26-
<directory suffix=".php">./src</directory>
22+
<directory suffix="Test.php">./src</directory>
2723
</include>
2824
</source>
2925
</phpunit>

0 commit comments

Comments
 (0)