Fix build.xml
This commit is contained in:
parent
a1c3b9e7db
commit
45c29c6d3a
@ -200,7 +200,7 @@
|
||||
unless="phpunit.done"
|
||||
depends="prepare"
|
||||
description="Run unit tests with PHPUnit">
|
||||
<exec executable="${phpunit}" taskname="phpunit">
|
||||
<exec executable="${phpunit}" resultproperty="result.phpunit" taskname="phpunit">
|
||||
<arg value="--configuration"/>
|
||||
<arg path="build/phpunit.xml"/>
|
||||
</exec>
|
||||
|
Loading…
Reference in New Issue
Block a user