Skip to content

Commit 61d82cc

Browse files
committed
Fix issue #235 for real
1 parent 37a30a1 commit 61d82cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<arg line="-o src/vendor.php" />
2727
<arg line="-b vendor" />
2828
<arg line="-t ${basedir}/build/phpab/vendor.tpl" />
29-
<arg path="vendor/phpunit/php-timer/PHP" />
29+
<arg path="vendor/phpunit/php-timer/src" />
3030
<arg path="vendor/nikic/php-parser/lib" />
3131
<arg path="vendor/theseer/*/src" />
3232
</exec>

src/vendor.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ function($class) use ($vendor) {
77
static $classes = null;
88
if ($classes === null) {
99
$classes = array(
10+
'php_timer' => '/phpunit/php-timer/src/Timer.php',
1011
'phpparser\\autoloader' => '/nikic/php-parser/lib/PhpParser/Autoloader.php',
1112
'phpparser\\builder' => '/nikic/php-parser/lib/PhpParser/Builder.php',
1213
'phpparser\\builder\\class_' => '/nikic/php-parser/lib/PhpParser/Builder/Class_.php',

0 commit comments

Comments
 (0)