Skip to content

Commit 10848af

Browse files
committed
Update phpunit.xml
1 parent dce1042 commit 10848af

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

phpunit.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
colors="true"
66
processIsolation="false"
77
stopOnFailure="false"
8-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
8+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd"
99
cacheDirectory=".phpunit.cache"
1010
backupStaticProperties="false"
1111
>
@@ -15,9 +15,6 @@
1515
</testsuite>
1616
</testsuites>
1717
<coverage>
18-
<include>
19-
<directory suffix=".php">./src</directory>
20-
</include>
2118
<report>
2219
<html outputDirectory="build/coverage"/>
2320
<text outputFile="build/coverage.txt"/>
@@ -31,4 +28,9 @@
3128
<env name="DB_DATABASE" value="laravel_eloquent_spatial_test"/>
3229
<env name="DB_USERNAME" value="root"/>
3330
</php>
31+
<source>
32+
<include>
33+
<directory suffix=".php">./src</directory>
34+
</include>
35+
</source>
3436
</phpunit>

0 commit comments

Comments
 (0)