Skip to content

Commit

Permalink
remove phpunit path
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Apr 23, 2016
1 parent 5cac717 commit 77dc568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/test/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<if>
<equals arg1="${test.phpunit.enabled}" arg2="true"/>
<then>
<exec command="${project.bin}/phpunit" passthru="true" level="info" checkreturn="true"/>
<exec command="phpunit" passthru="true" level="info" checkreturn="true"/>
</then>
<else>
<echo level="notice" message="skipping because target is disabled"/>
</else>
</if>
</target>
</project>
</project>

0 comments on commit 77dc568

Please sign in to comment.