Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[PhpUnitBridge] Fix compatibility with phpunit 9.3#37418
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[PhpUnitBridge] Fix compatibility with phpunit 9.3#37418
Uh oh!
There was an error while loading.Please reload this page.
Conversation
gennadigennadigennadi commentedJun 25, 2020
I am not 100% sure if adding 9_3 is right or if it would be enough to just edit CommandForV9. |
nicolas-grekas commentedJun 28, 2020
I think editing the existing class would be good enough: |
3f457d5 to871c704Compare871c704 tode71a12Comparenicolas-grekas commentedJun 28, 2020
Thank you@gennadigennadigennadi. |
Uh oh!
There was an error while loading.Please reload this page.
In PHPUnit 9.3 some Classes were moved or renamed, to make the PhpunitBridge compatible with PhpUnit 9.3 it necessary to call the new Loader instead of the Registry.