Commit 0bdd480d authored by Ben Davies's avatar Ben Davies

fix phpunit ant target to use vendor

parent 365a4291
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
you could also write the switches here) you could also write the switches here)
--> -->
<target name="phpunit"> <target name="phpunit">
<exec executable="phpunit" /> <exec executable="${basedir}/vendor/bin/phpunit" />
</target> </target>
<!-- Run pdepend, phpmd, phpcpd, and phpcs in parallel --> <!-- Run pdepend, phpmd, phpcpd, and phpcs in parallel -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment