We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2b62b commit b3cda42Copy full SHA for b3cda42
build.xml
@@ -372,8 +372,10 @@
372
373
<target name="-phpunit" depends="setup">
374
<exec executable="${basedir}/phpunit" taskname="phpunit">
375
- <arg value="--configuration"/>
376
- <arg path="${basedir}/build/phpunit.xml"/>
+ <arg value="--coverage-xml"/>
+ <arg path="${basedir}/build/logfiles/coverage"/>
377
+ <arg value="--log-junit"/>
378
+ <arg path="${basedir}/build/logfiles/junit.xml"/>
379
</exec>
380
</target>
381
</project>
build/phpunit.xml
0 commit comments