fix: phpunit bootstrap plugin install order#48
Closed
Lars Kemper (larskemper) wants to merge 1 commit into
Closed
Conversation
b0baf8d to
d5b43d1
Compare
Malte Janz (MalteJanz)
approved these changes
May 12, 2026
Jonas Elfering (keulinho)
requested changes
May 12, 2026
Jonas Elfering (keulinho)
left a comment
There was a problem hiding this comment.
Wait this is a side effect i didn't expect with the core change 🤔
it shoud work OOTB, i guess i missed that the plugin install falls back to interactive when you install multiple in one call let me fix this in core
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes nightly phpunit bootstrap failing cause of changes in platform shopware/shopware#16674
Shopware changed
TestBootstrapper::installPlugins()to install all active plugins in a singleplugin:installcall. With bothSwagMigrationAssistantandSwagMigrationMagentopassed together, the lifecycle command falls back to fuzzy matching, finds bothSwagMigration*plugins, and prompts for interactive input during phpunit.This installs the assistant first and then force-installs the calling plugin separately, keeping both plugin install calls exact.