Skip to content

Commit a2289b3

Browse files
committed
Changes location of build/test artifacts
1 parent 802e506 commit a2289b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
<logging>
2222
<log type="coverage-html"
23-
target="tests/log/report"
23+
target="build/coverage"
2424
charset="UTF-8"
2525
yui="true"
2626
highlight="true"
2727
lowUpperBound="40"
2828
highLowerBound="70" />
29-
<log type="testdox-html" target="tests/log/testdox.html" />
29+
<log type="testdox-html" target="build/coverage/log/testdox.html" />
3030
</logging>
3131

3232
</phpunit>

0 commit comments

Comments
 (0)