Closed
Description
Installing phpunit-bridge
calls for running bin/phpunit
:
This is inconsistent with https://symfony.com/doc/current/components/phpunit_bridge.html, since it mentions only ./vendor/bin/simple-phpunit
:
The worst of this issue is bin/phpunit
is incompatible with e.g. PhpStorm due to duplicated shebang line (but this is a separate issue reported as symfony/symfony#27035).