-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Tests no longer pass on a fresh repository checkout #16347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yo need to use the local phpunit: ./phpunit |
Was it really necessary to implement |
And |
|
You should check the git history :-) phpunit's composer.json is modified to remove symfony/yaml, that is otherwise untestable. |
Ok, makes sense. Why's the phpunit-bridge also there? :) |
@jakzal because it reduces copy/pasting (and more importantly forgetting a copy/paste :) ), especially since we also need a test listener for handling |
Thanks for explanations 👍 . |
composer require symfony/phpunit-bridge
would solve the issue as we moved doctrine annotation autoloading to the phpunit-bridge in #13772. However, it was later removed fromrequire-dev
in #16190.The text was updated successfully, but these errors were encountered: