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

[TASK] Ensure to define all depending extension in functional tests #387

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

sbuerk
Copy link
Contributor

@sbuerk sbuerk commented Dec 12, 2024

The next typo3/testing-framework includes additional
extension dependency check and sorting and will fail to
execute tests when not all extensions are configured as
$testExtensionToLoad or $coreExtensionsToLoad within
the functional test.

This change adds the missing extension configuration to
functional test cases to prepare the way for the next
typo3/testing-framework version and adding TYPO3 v13
suppport.

The next `typo3/testing-framework` includes additional
extension dependency check and sorting and will fail to
execute tests when not all extensions are configured as
`$testExtensionToLoad` or `$coreExtensionsToLoad` within
the functional test.

This change adds the missing extension configuration to
functional test cases to prepare the way for the next
`typo3/testing-framework` version and adding TYPO3 v13
suppport.
@sbuerk
Copy link
Contributor Author

sbuerk commented Dec 12, 2024

Merging without approval as de-facto no brainer and only testing setup related.

@sbuerk sbuerk merged commit c026b5c into main Dec 12, 2024
4 checks passed
@sbuerk sbuerk deleted the ensure-functionl-test-extension-dependencies branch December 12, 2024 11:23
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.

1 participant