File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
- < phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd"
5
- bootstrap =" test/bootstrap.php"
6
- colors =" always " >
2
+ < phpunit
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd"
5
+ bootstrap =" test/bootstrap.php"
6
+ colors =" true " >
7
7
8
8
<testsuites >
9
9
<testsuite name =" PHP Test suite" >
25
25
</php >
26
26
27
27
<logging >
28
- <log type =" coverage-html" target =" ./report/phpunit" charset =" UTF-8"
29
- yui = " true " highlight = " true " />
28
+ <log type =" coverage-html" target =" ./report/phpunit" charset =" UTF-8" yui = " true " highlight = " true " />
29
+ < log type = " coverage-text " target = " php://stdout " showUncoveredFiles = " false " />
30
30
</logging >
31
- </phpunit >
31
+ </phpunit >
You can’t perform that action at this time.
0 commit comments