File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit backupGlobals =" false"
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5/phpunit.xsd"
4
+ backupGlobals =" false"
3
5
backupStaticAttributes =" false"
4
6
bootstrap =" bootstrap/autoload.php"
5
7
colors =" true"
13
15
<directory >./tests/</directory >
14
16
</testsuite >
15
17
</testsuites >
16
- <filter >
17
- <whitelist >
18
+ <coverage processUncoveredFiles = " true " >
19
+ <include >
18
20
<directory suffix =" .php" >app/</directory >
19
- </whitelist >
20
- </filter >
21
+ </include >
22
+ <report >
23
+ <html outputDirectory =" build/coverage" />
24
+ <xml outputDirectory =" build/logs/coverage" />
25
+ <clover outputFile =" build/logs/clover.xml" />
26
+ <crap4j outputFile =" build/logs/crap4j.xml" />
27
+ </report >
28
+ </coverage >
21
29
<logging >
22
- <log type =" coverage-html" target =" build/coverage" />
23
- <log type =" coverage-clover" target =" build/logs/clover.xml" />
24
- <log type =" coverage-crap4j" target =" build/logs/crap4j.xml" />
25
- <log type =" coverage-xml" target =" build/logs/coverage" />
26
- <log type =" junit" target =" build/logs/junit.xml" logIncompleteSkipped =" false" />
30
+ <junit outputFile =" build/logs/junit.xml" />
27
31
</logging >
28
32
<php >
29
33
<env name =" APP_ENV" value =" testing" />
You can’t perform that action at this time.
0 commit comments