File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4 /phpunit.xsd"
55 backupGlobals =" true"
66 colors =" false"
77 processIsolation =" false"
1616 cacheDirectory =" .phpunit.cache"
1717 backupStaticProperties =" false"
1818 requireCoverageMetadata =" false" >
19- <testsuites >
20- <testsuite name =" Functional tests" >
21- <directory >tests/functional/</directory >
22- </testsuite >
23- </testsuites >
24- <coverage >
25- <include >
26- <directory suffix =" .php" >src</directory >
27- </include >
28- </coverage >
29- <php >
30- <ini name =" allow_url_include" value =" 1" />
31- </php >
19+ <testsuites >
20+ <testsuite name =" Functional tests" >
21+ <directory >tests/functional/</directory >
22+ </testsuite >
23+ </testsuites >
24+ <coverage />
25+ <php >
26+ <ini name =" allow_url_include" value =" 1" />
27+ </php >
28+ <source >
29+ <include >
30+ <directory suffix =" .php" >src</directory >
31+ </include >
32+ </source >
3233</phpunit >
You can’t perform that action at this time.
0 commit comments