Skip to content

Commit

Permalink
Specify exact path to phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcullum committed Feb 4, 2019
1 parent 415baef commit 02e08f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</target>

<target name="phpunit" description="Run unit tests using PHPUnit and generates junit.xml and clover.xml">
<exec command="phpunit -c tests/phpunit.xml" logoutput="/dev/stdout" checkreturn="true" />
<exec command="vendor/bin/phpunit -c tests/phpunit.xml" logoutput="/dev/stdout" checkreturn="true" />
</target>

<target name="jsvalidate" description="Use jsvalidate to lint check the JS">
Expand Down

0 comments on commit 02e08f9

Please sign in to comment.