-
Notifications
You must be signed in to change notification settings - Fork 26
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
PhpDumper trying to access unknown Alias::isShared
method during unit test
#79
Comments
FYI
|
Alias::isShared
method during unit test
I am able to register several service buses (using yaml service definitions) within a symfony project using both 0.7.0 and master (b8850e4). The issue is quite hard to debug as it occurs in the internal gut of the Symfony DI PhpDumper. |
Quick update: The issue only appears from The testsuite passes with the following versions set : |
I've opened a PR on Symfony to fix this bug: symfony/symfony#33958. However, once fixed the testsuite complains about a bunch of unknown services. I guess they were somehow auto-registered in the past versions of Symfony, and are not anymore (but that's just a wild guess). Side note: a good improvement would be to run the testsuite against several versions of Symfony. |
UPDATE: the fix has been merged on Symfony:4.3-dev, let's wait for a new Symfony 4.3 release. |
Test suite does not pass on
master
.Here's the execution result:
I'm currently investigating for the cause of this issue.
Any hint is welcome :)
The text was updated successfully, but these errors were encountered: