@ -91,8 +91,9 @@
</target-->
<target name="phpunit" description="Run unit tests with PHPUnit" depends="lint">
<exec executable="phpunit" failonerror="true" />
<exec executable="phpunit" failonerror="true">
<arg line="${basedir}/phpunit" />
</exec>
</target>
<target name="phpdoc" description="Generate API documentation">