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

Explicitly require all typo3/cms-* packages #511

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mbrodala
Copy link
Contributor

@mbrodala mbrodala commented Jun 24, 2024

While generally useful this especially fixes upgrade wizard execution in functional tests of other packages which depend on b13/container; typo3/cms-install is not installed by default anymore since typo3/testing-framework 8.x does not require it anymore.

Example of such an error when running functional tests:

Error: Interface "TYPO3\CMS\Install\Updates\UpgradeWizardInterface" not found
/.../vendor/b13/container/Classes/Updates/ContainerMigrateSorting.php:27
/.../vendor/typo3/class-alias-loader/src/ClassAliasLoader.php:137
/.../vendor/typo3/class-alias-loader/src/ClassAliasLoader.php:125
/.../vendor/b13/container/ext_localconf.php:91
/.../vendor/b13/container/ext_localconf.php:95
/.../vendor/typo3/cms-core/Classes/Utility/ExtensionManagementUtility.php:1328
/.../vendor/typo3/cms-core/Classes/Utility/ExtensionManagementUtility.php:1312
/.../vendor/typo3/cms-core/Classes/Core/Bootstrap.php:313
/.../vendor/typo3/cms-core/Classes/Core/Bootstrap.php:149
/.../vendor/typo3/testing-framework/Classes/Core/Testbase.php:748
/.../vendor/typo3/testing-framework/Classes/Core/Functional/FunctionalTestCase.php:372
/.../Tests/Functional/FooTest.php:26

While generally useful this especially fixes upgrade wizard execution in functional tests of other packages which depend on b13/container; typo3/cms-install is not installed by default anymore since typo3/testing-framework 8.x does not require it anymore.
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.

None yet

1 participant