We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c23a04 commit 476549dCopy full SHA for 476549d
phpunit.xml
@@ -1,12 +1,10 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
5
colors="true"
6
testdox="true"
7
beStrictAboutOutputDuringTests="true"
8
- beStrictAboutTodoAnnotatedTests="true"
9
- forceCoversAnnotation="true"
10
failOnRisky="true"
11
failOnWarning="true"
12
bootstrap="vendor/autoload.php"
@@ -27,12 +25,12 @@
27
25
<env name="MEMCACHED_PORT" value="11211"/>
28
26
</php>
29
30
- <coverage>
+ <source>
31
<include>
32
<directory>src</directory>
33
</include>
34
<exclude>
35
<directory>src/Exception</directory>
36
</exclude>
37
- </coverage>
+ </source>
38
</phpunit>
0 commit comments