Skip to content

Commit d336d9d

Browse files
committed
Update phpunit configuration
1 parent 11db407 commit d336d9d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

web/app/phpunit.xml.dist

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?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">
73

84
<testsuites>
95
<testsuite name="PHP Test suite">
@@ -25,7 +21,7 @@
2521
</php>
2622

2723
<logging>
28-
<log type="coverage-html" target="./report/phpunit" charset="UTF-8" yui="true" highlight="true"/>
24+
<log type="coverage-html" target="./report/phpunit"/>
2925
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
3026
</logging>
3127
</phpunit>

0 commit comments

Comments
 (0)