File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
1
2
<phpunit
2
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" ../../vendor/phpunit/phpunit /phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd"
4
5
beStrictAboutChangesToGlobalState =" true"
5
6
beStrictAboutCoversAnnotation =" true"
6
7
beStrictAboutOutputDuringTests =" true"
20
21
stopOnSkipped =" false"
21
22
verbose =" true"
22
23
>
23
- < testsuites >
24
- < testsuite name = " Integration Tests " >
25
- <directory >. </directory >
26
- </ testsuite >
27
- </ testsuites >
28
- < filter >
29
- < whitelist addUncoveredFilesFromWhitelist = " true " processUncoveredFilesFromWhitelist = " true " >
30
- <directory suffix = " .php " >../../src/ </directory >
31
- </ whitelist >
32
- </ filter >
33
- </phpunit >
24
+ < coverage includeUncoveredFiles = " true " processUncoveredFiles = " true " >
25
+ < include >
26
+ <directory suffix = " .php " >../../src/ </directory >
27
+ </ include >
28
+ </ coverage >
29
+ < testsuites >
30
+ < testsuite name = " Integration Tests " >
31
+ <directory >. </directory >
32
+ </ testsuite >
33
+ </ testsuites >
34
+ </phpunit >
You can’t perform that action at this time.
0 commit comments