Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[PHPUnit Bridge] Avoid registering listener twice#32903
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
0921e34 to5936735CompareUh oh!
There was an error while loading.Please reload this page.
OskarStark commentedAug 26, 2019
@xabbuh can we merge this one? |
xabbuh left a comment
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.
LGTM
fabpot commentedAug 30, 2019
nicolas-grekas left a comment
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.
(just minor CS nitpicking)
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
The bridge listener can be registered via configuration by the user. In thatcase, we do not want to add it again to the list of listeners.Closessymfony#31649
greg0ire commentedSep 2, 2019
addressed :) |
nicolas-grekas commentedSep 2, 2019
/cc@alexpott FYI |
nicolas-grekas commentedSep 2, 2019
Thank you@greg0ire. |
This PR was merged into the 3.4 branch.Discussion----------[PHPUnit Bridge] Avoid registering listener twiceThe listener can be registered via configuration by the user. In thatcase, we do not want to add it again to the list of listeners.Closes#31649| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR | n/aCommits-------b190536 Check phpunit configuration for listeners
The listener can be registered via configuration by the user. In that
case, we do not want to add it again to the list of listeners.
Closes#31649