Skip to content

Commit

Permalink
Make sure we use the right PHPUnit.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 2, 2012
1 parent 912f3ab commit 02e391c
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 @@ -135,7 +135,7 @@
</target>

<target name="phpunit" description="Run unit tests with PHPUnit">
<exec executable="phpunit" failonerror="true"/>
<exec executable="./phpunit.php" failonerror="true"/>
</target>

<target name="phpcb"
Expand Down

0 comments on commit 02e391c

Please sign in to comment.