File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 name : ' Run with Space in Directory'
2222 run : bin/rector process tests-paths/path/with\ space/SomeFile.php --clear-cache
2323
24- -
25- name : ' Preload php-parser Order'
26- run : php preload.php
24+ # -
25+ # name: 'Preload php-parser Order'
26+ # run: php preload.php
2727
2828 -
2929 name : ' PHPStan'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function isPHPStanTestPreloaded(): bool
2626}
2727
2828require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/Node.php ' ;
29- // require_once __DIR__ . '/src/Contract /PhpParser/Node/ContainsStmts.php';
29+ require_once __DIR__ . '/vendor/nikic/php-parser/lib /PhpParser/Node/ContainsStmts.php ' ;
3030require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/NodeAbstract.php ' ;
3131require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php ' ;
3232require_once __DIR__ . '/vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php ' ;
You can’t perform that action at this time.
0 commit comments