Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DI] Failing test case for complex near-circular situation + lazy#32157
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
[DI] Failing test case for complex near-circular situation + lazy#32157
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| // doctrine-like event system with small differences | ||
| $container->register('manager4','stdClass') |
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.
This is a second case that's actually unrelated, but I stumbled upon it. For some reason, ifconnection4 is NOT public, you get a nesting exception.
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.
Could be worth to add this explanation as a comment code ?
src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
dd60aa9 toc694216Comparec694216 to4c03af4Comparenicolas-grekas commentedJul 29, 2019
Thank you@weaverryan |
Just the failing test case. But hopefully, this can get things moving :)