Skip to content

Commit 817aa86

Browse files
committed
Update PHPUnit config
1 parent 9d540df commit 817aa86

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

phpunit.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
44
backupGlobals="false"
55
bootstrap="vendor/autoload.php"
66
colors="true"
77
processIsolation="false"
88
stopOnFailure="false">
9-
<coverage>
10-
<include>
11-
<directory suffix=".php">src/</directory>
12-
</include>
13-
</coverage>
149
<testsuites>
1510
<testsuite name="GeoIP Package Test Suite">
1611
<directory>./tests</directory>
1712
</testsuite>
1813
</testsuites>
14+
<source>
15+
<include>
16+
<directory suffix=".php">src/</directory>
17+
</include>
18+
</source>
1919
</phpunit>

0 commit comments

Comments
 (0)