File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22<phpunit
33 xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
44 bootstrap=" ./vendor/autoload.php"
5- xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/10.0 /phpunit.xsd"
5+ xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/10.5 /phpunit.xsd"
66 cacheDirectory=" .phpunit.cache"
77 displayDetailsOnTestsThatTriggerDeprecations=" true"
88 displayDetailsOnTestsThatTriggerErrors=" true"
99 displayDetailsOnTestsThatTriggerNotices=" true"
1010 displayDetailsOnTestsThatTriggerWarnings=" true"
1111>
12- <coverage >
13- <include >
14- <directory suffix =" .php" >./src</directory >
15- </include >
16- </coverage >
1712 <testsuites >
1813 <testsuite name =" php-code-builder" >
1914 <directory >./tests</directory >
2015 </testsuite >
2116 </testsuites >
17+ <source >
18+ <include >
19+ <directory >./src</directory >
20+ </include >
21+ </source >
2222</phpunit >
You can’t perform that action at this time.
0 commit comments