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