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
Thanks to the latest changes in the PhpUnitBridge recipe in Symfony Flex, the binary shouldn't be ./vendor/bin/simple-phpunit but ./bin/phpunit. We have updated the docs about this (see https://github.com/symfony/symfony-docs/pull/9452/files) but in this app this binary doesn't work. Let's figure out why.
The text was updated successfully, but these errors were encountered:
This PR was merged into the master branch.
Discussion
----------
Update deps and create phpunit in bin/ directory
Fix#835 (Reinstalling `symfony/phpunit-bridge` did the trick)
Updating deps also.
Commits
-------
56ba055 Update deps and create phpunit in bin/ directory
Thanks to the latest changes in the PhpUnitBridge recipe in Symfony Flex, the binary shouldn't be
./vendor/bin/simple-phpunit
but./bin/phpunit
. We have updated the docs about this (see https://github.com/symfony/symfony-docs/pull/9452/files) but in this app this binary doesn't work. Let's figure out why.The text was updated successfully, but these errors were encountered: