Skip to content

Commit

Permalink
Make sure all files, including those not on the autoload map, are add…
Browse files Browse the repository at this point in the history
…ed to the PHAR.
  • Loading branch information
sebastianbergmann committed Jan 27, 2012
1 parent 1b0577f commit 84456b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
</delete>

<exec executable="phpab">
<arg value="--all" />
<arg value="--phar" />
<arg value="--output" />
<arg path="${basedir}/build/phpunit.phar" />
Expand Down

0 comments on commit 84456b9

Please sign in to comment.