-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[PhpUnitBridge] ExcludeList usage for PHPUnit 9.4 #37513
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
[PhpUnitBridge] ExcludeList usage for PHPUnit 9.4 #37513
Conversation
8fe8f2b
to
aa2088f
Compare
Great thanks. Can you please target branch 3.4? |
The fix (CommandForV9) for PHPUnit 9 is missing inside the 3.4 Branch, I have not checked if 3.4 is capable of running PHPUnit 9. Are the fixes for PHPUnit 9 not required in Symfony 3.4? At least I have not not seen them inside the 3.4 Branch. |
Oh, OK for 4.4 then! |
@@ -254,7 +254,11 @@ | |||
if (!class_exists('SymfonyBlacklistPhpunit', false)) { | |||
class SymfonyBlacklistPhpunit {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you rename this class also please?
SymfonyExcludeListPhpunit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(fixed)
aa2088f
to
f59915d
Compare
Thank you @gennadigennadigennadi. |
Added: ExcludeList usage for PHPUnit >= 9.3