Skip to content

Commit 476549d

Browse files
committed
Update phpunit configuration
1 parent 8c23a04 commit 476549d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

phpunit.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
55
colors="true"
66
testdox="true"
77
beStrictAboutOutputDuringTests="true"
8-
beStrictAboutTodoAnnotatedTests="true"
9-
forceCoversAnnotation="true"
108
failOnRisky="true"
119
failOnWarning="true"
1210
bootstrap="vendor/autoload.php"
@@ -27,12 +25,12 @@
2725
<env name="MEMCACHED_PORT" value="11211"/>
2826
</php>
2927

30-
<coverage>
28+
<source>
3129
<include>
3230
<directory>src</directory>
3331
</include>
3432
<exclude>
3533
<directory>src/Exception</directory>
3634
</exclude>
37-
</coverage>
35+
</source>
3836
</phpunit>

0 commit comments

Comments
 (0)