Skip to content
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

Fix generation of containers using a base class #508

Merged
merged 4 commits into from
Apr 3, 2023

Conversation

lcobucci
Copy link
Owner

@lcobucci lcobucci commented Apr 3, 2023

Since the introduction of the container namespace, we must explicitly set the FQCN of the base class (with its leading slash).

Without that, Symfony generates a dump pointing to the wrong class.

Signed-off-by: Luís Cobucci <lcobucci@gmail.com>
Signed-off-by: Luís Cobucci <lcobucci@gmail.com>
This refactors tests a bit to ensure each test uses a different dump
directory, accepting the usage of filesystem during tests.

Signed-off-by: Luís Cobucci <lcobucci@gmail.com>
Since the introduction of the container namespace, we must be explicitly
set the FQCN of the base class (with its leading slash).

Without that, Symfony generates a dump pointing to the wrong class.

Signed-off-by: Luís Cobucci <lcobucci@gmail.com>
@lcobucci lcobucci added the Bug label Apr 3, 2023
@lcobucci lcobucci added this to the 7.0.1 milestone Apr 3, 2023
@lcobucci lcobucci self-assigned this Apr 3, 2023
@lcobucci lcobucci merged commit 2307bda into 7.0.x Apr 3, 2023
@lcobucci lcobucci deleted the fix-base-class-configuration branch April 3, 2023 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant