Skip to content

Commit b3cda42

Browse files
Simplify
1 parent 9d2b62b commit b3cda42

File tree

2 files changed

+4
-41
lines changed

2 files changed

+4
-41
lines changed

build.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,10 @@
372372

373373
<target name="-phpunit" depends="setup">
374374
<exec executable="${basedir}/phpunit" taskname="phpunit">
375-
<arg value="--configuration"/>
376-
<arg path="${basedir}/build/phpunit.xml"/>
375+
<arg value="--coverage-xml"/>
376+
<arg path="${basedir}/build/logfiles/coverage"/>
377+
<arg value="--log-junit"/>
378+
<arg path="${basedir}/build/logfiles/junit.xml"/>
377379
</exec>
378380
</target>
379381
</project>

build/phpunit.xml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)