File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 26
26
<arg line =" -o src/vendor.php" />
27
27
<arg line =" -b vendor" />
28
28
<arg line =" -t ${ basedir } /build/phpab/vendor.tpl" />
29
- <arg path =" vendor/phpunit/php-timer/PHP " />
29
+ <arg path =" vendor/phpunit/php-timer/src " />
30
30
<arg path =" vendor/nikic/php-parser/lib" />
31
31
<arg path =" vendor/theseer/*/src" />
32
32
</exec >
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ function($class) use ($vendor) {
7
7
static $ classes = null ;
8
8
if ($ classes === null ) {
9
9
$ classes = array (
10
+ 'php_timer ' => '/phpunit/php-timer/src/Timer.php ' ,
10
11
'phpparser \\autoloader ' => '/nikic/php-parser/lib/PhpParser/Autoloader.php ' ,
11
12
'phpparser \\builder ' => '/nikic/php-parser/lib/PhpParser/Builder.php ' ,
12
13
'phpparser \\builder \\class_ ' => '/nikic/php-parser/lib/PhpParser/Builder/Class_.php ' ,
You can’t perform that action at this time.
0 commit comments