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
We cannot follow the Symfony docs: https://symfony.com/doc/5.4/testing.html#the-phpunit-testing-framework as we have a missing dev dependency that symlinks the ./bin/phpunit...
I suggest ading symfony/phpunit-bridge as a dev dependency: composer req --dev symfony/phpunit-bridge to solve that issue.
The text was updated successfully, but these errors were encountered:
We cannot follow the Symfony docs: https://symfony.com/doc/5.4/testing.html#the-phpunit-testing-framework as we have a missing dev dependency that symlinks the
./bin/phpunit
...I suggest ading
symfony/phpunit-bridge
as a dev dependency:composer req --dev symfony/phpunit-bridge
to solve that issue.The text was updated successfully, but these errors were encountered: