File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
2
<phpunit
4
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7.0/phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5/phpunit.xsd"
5
+ cacheResultFile =" temp/.phpunit.result.cache"
6
6
colors =" true"
7
7
bootstrap =" vendor/autoload.php"
8
8
>
9
9
<php >
10
10
<ini name =" error_reporting" value =" -1" />
11
11
</php >
12
-
13
12
<testsuites >
14
- <testsuite name =" Polymorphine Psr-7 Message tests" >
13
+ <testsuite name =" Polymorphine/ Message tests" >
15
14
<directory >./tests/</directory >
16
15
</testsuite >
17
16
</testsuites >
18
-
19
- <filter >
20
- <whitelist >
17
+ <coverage >
18
+ <include >
21
19
<directory >./src/</directory >
22
- </whitelist >
23
- </filter >
24
- <logging >
25
- <log type =" coverage-clover" target =" build/logs/clover.xml" />
26
- <log type =" coverage-text" target =" php://stdout" showOnlySummary =" true" />
27
- </logging >
20
+ </include >
21
+ </coverage >
28
22
</phpunit >
You can’t perform that action at this time.
0 commit comments