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" ?>
12<phpunit
23 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"
45 beStrictAboutChangesToGlobalState =" true"
56 beStrictAboutCoversAnnotation =" true"
67 beStrictAboutOutputDuringTests =" true"
2021 stopOnSkipped =" false"
2122 verbose =" true"
2223>
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