Skip to content

Commit

Permalink
Merge pull request #4 from polderknowledge/feature/dynamic-phpunit
Browse files Browse the repository at this point in the history
PHPunit can be configured dynamically now
  • Loading branch information
waltertamboer authored May 30, 2018
2 parents f0e7238 + 79c9a13 commit acc489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/test/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<if>
<equals arg1="${test.phpunit.enabled}" arg2="true"/>
<then>
<exec command="phpunit" passthru="true" level="info" checkreturn="true"/>
<exec command="${test.phpunit.phar_path}" passthru="true" level="info" checkreturn="true"/>
</then>
<else>
<echo level="notice" message="skipping because target is disabled"/>
Expand Down

0 comments on commit acc489c

Please sign in to comment.