Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[WIP] Fix #18188#18214
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
[WIP] Fix #18188#18214
Uh oh!
There was an error while loading.Please reload this page.
Conversation
hason commentedMar 17, 2016
@dunglas I prepared a testhason-contributions@5f9e177 |
GuilhemN commentedMar 21, 2016
I got it, the parent of the class can't be loaded so php throws a fatal error (not a |
[DependencyInjection] Added a failing test for autowiring
nicolas-grekas commentedApr 19, 2016
Should be implemented using similar logic than in ReflectionCaster: |
nicolas-grekas commentedApr 20, 2016
Closing in favor of#18600 |
I try to add a test (and a fix) for#18188 but I'm not able to reproduce the problem.
@hason can you explain or add a commit on my PR how to reproduce?