Minor - adjustments to build.xml

skala
Yannick Warnier 12 years ago
parent 0401117dd6
commit 5710dd9b04
  1. 3
      tests/build.xml

@ -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">

Loading…
Cancel
Save