Skip to content

Conversation

franmomu
Copy link
Contributor

If there are multiple extensions defined in a class that extends from AbstractExtensionTestCase, when you call load, it iterates the extensions and for each one calls prepend and then load. This is wrong because it should execute the prepend method of each one before any load.

@franmomu franmomu force-pushed the execute_prepend_first branch from a10bc6c to 4f41ddf Compare March 20, 2020 16:12
Copy link
Member

@Nyholm Nyholm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct. Good catch!

@Nyholm Nyholm merged commit d650140 into SymfonyTest:master Oct 8, 2020
@franmomu franmomu deleted the execute_prepend_first branch October 8, 2020 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants