Skip to content

Commit

Permalink
Add phpunit.xsd into the phar file
Browse files Browse the repository at this point in the history
  • Loading branch information
kambo-1st authored and sebastianbergmann committed Apr 8, 2018
1 parent 8dd2e69 commit 114a763
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -125,6 +125,8 @@
<target name="-phar-prepare" depends="clean,install-dependencies">
<mkdir dir="${basedir}/build/phar"/>

<copy file="${basedir}/phpunit.xsd" tofile="${basedir}/build/phar/phpunit.xsd"/>

<exec executable="${basedir}/build/phar-manifest.php" output="${basedir}/build/phar/manifest.txt"/>

<copy file="${basedir}/vendor/phpunit/php-code-coverage/LICENSE" tofile="${basedir}/build/phar/php-code-coverage/LICENSE"/>
Expand Down

0 comments on commit 114a763

Please sign in to comment.