Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 12, 2014
1 parent e199ec2 commit e933d39
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 @@ -84,7 +84,7 @@
</copy>

<copy todir="${basedir}/build/phar/phpunit">
<fileset dir="${basedir}/vendor/sebastian">
<fileset dir="${basedir}/vendor/phpunit">
<include name="**/src/*.php" />
<exclude name="**/autoload.php" />
</fileset>
Expand Down

0 comments on commit e933d39

Please sign in to comment.