Execute the local phpunit

This commit is contained in:
Alex Bilbie 2012-08-06 15:48:33 +01:00
parent 30ef11c1d7
commit 7c7dfec4c4

View File

@ -111,7 +111,7 @@
</target>
<target name="phpunit" description="Run unit tests with PHPUnit">
<exec executable="phpunit" failonerror="true">
<exec executable="${basedir}/vendor/bin/phpunit" failonerror="true">
<arg value="--configuration" />
<arg value="${basedir}/build/phpunit.xml" />
</exec>