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 e41433b commit 8ce5ddfCopy full SHA for 8ce5ddf
1 file changed
phpunit.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<phpunit
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
5
colors="true"
6
cacheDirectory="test/phpunit/.phpunit.cache"
7
bootstrap="vendor/autoload.php"
@@ -18,11 +18,10 @@
18
19
<logging />
20
21
- <source>
+ <coverage>
22
<include>
23
- <directory>
24
- src/
25
- </directory>
+ <directory suffix=".php">src</directory>
26
</include>
27
- </source>
+ </coverage>
+
28
</phpunit>
0 commit comments