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 0d25a16 commit f0399c0Copy full SHA for f0399c0
phpunit.xml.dist
@@ -1,7 +1,13 @@
1
-<phpunit bootstrap="vendor/autoload.php" colors="true">
2
- <testsuites>
3
- <testsuite name="dflydev FIG Cookies Tests">
4
- <directory>./tests</directory>
5
- </testsuite>
6
- </testsuites>
+<?xml version="1.0"?>
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
+ <coverage>
+ <include>
+ <directory>./src</directory>
+ </include>
7
+ </coverage>
8
+ <testsuites>
9
+ <testsuite name="dflydev FIG Cookies Tests">
10
+ <directory>./tests</directory>
11
+ </testsuite>
12
+ </testsuites>
13
</phpunit>
0 commit comments