Skip to content

Commit a0e3fcd

Browse files
Fixed phar build 'php-timer'
1 parent 1b90792 commit a0e3fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166

167167
<copy file="${basedir}/vendor/phpunit/php-timer/LICENSE" tofile="${basedir}/build/phar/lib/php-timer/LICENSE"/>
168168
<copy todir="${basedir}/build/phar/lib/php-timer">
169-
<fileset dir="${basedir}/vendor/phpunit/php-timer/PHP">
169+
<fileset dir="${basedir}/vendor/phpunit/php-timer/src">
170170
<include name="**/*.php" />
171171
<exclude name="**/Autoload.*" />
172172
</fileset>

0 commit comments

Comments
 (0)