You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With switch to PHPUnit v10,
running PHPUnit works:
./vendor/bin/phpunit --testsuite unit --exclude-group covers-nothing
PHPUnit 10.5.3 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.0
Configuration: /Users/d.ruminski/github/PHP-CS-Fixer/phpunit.xml.dist
.......................S..............................
While running paraunit crashes:
ker@d ~/github/PHP-CS-Fixer λ ./vendor/bin/paraunit --version
Paraunit 2.2.3
ker@d ~/github/PHP-CS-Fixer λ ./vendor/bin/paraunit run --testsuite unit --exclude-group covers-nothing
The "--exclude-group" option does not exist.
run [-c|--configuration CONFIGURATION] [--parallel PARALLEL] [--chunk-size CHUNK-SIZE] [--debug] [--logo] [--pass-through PASS-THROUGH] [--testsuite TESTSUITE] [--sort SORT] [--] [<stringFilter>]
Would appreciate support ;)
The text was updated successfully, but these errors were encountered:
Hey, issue I noticed while working on PHP-CS-Fixer/PHP-CS-Fixer#7606 .
With switch to PHPUnit v10,
running PHPUnit works:
While running paraunit crashes:
Would appreciate support ;)
The text was updated successfully, but these errors were encountered: