File tree Expand file tree Collapse file tree 1 file changed +20
-18
lines changed
Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd" backupGlobals =" false" colors =" true" bootstrap =" vendor/autoload.php" cacheDirectory =" var/phpunit/cache" >
3- <php >
4- <ini name =" display_errors" value =" 1" />
5- <ini name =" error_reporting" value =" -1" />
6- </php >
7- <testsuites >
8- <testsuite name =" Unit" >
9- <directory >tests/</directory >
10- </testsuite >
11- </testsuites >
12- <coverage >
13- <include >
14- <directory suffix =" .php" >src</directory >
15- </include >
16- <report >
17- <clover outputFile =" var/phpunit/logs/clover.xml" />
18- <text outputFile =" var/phpunit/coverage/coverage.txt" />
19- </report >
20- </coverage >
3+ <php >
4+ <ini name =" display_errors" value =" 1" />
5+ <ini name =" error_reporting" value =" -1" />
6+ </php >
7+ <testsuites >
8+ <testsuite name =" Unit" >
9+ <directory >tests/</directory >
10+ </testsuite >
11+ </testsuites >
12+ <coverage >
13+ <report >
14+ <clover outputFile =" var/phpunit/logs/clover.xml" />
15+ <text outputFile =" var/phpunit/coverage/coverage.txt" />
16+ </report >
17+ </coverage >
18+ <source >
19+ <include >
20+ <directory >src</directory >
21+ </include >
22+ </source >
2123</phpunit >
You can’t perform that action at this time.
0 commit comments