recipes
recipes copied to clipboard
[phpunit] why recipe contains bin/phpunit?
THe phpunit recipe was recently updated, but still contains the bin/phpunit file.
As the recipe is for phpunit 11+ (Which also means php8.3+) and since the symfony/test-pack removed the installation of symfony/phpunit-bride (https://github.com/symfony/test-pack/pull/24) is there a reason why this file still exists and part of the phpunit's and not the bridge's recipe?