File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ' ,
You can’t perform that action at this time.
0 commit comments