[TASK] Improve WebhookExecutionTest
This test case of ext:webhooks is a bit weird. The patch relaxes this a bit: Extending a ext:core abstract is avoided, the setup is streamlined, and abusing ext:core fixture files is avoided. With phpunit 10, one of the three tests fails, probably because its broken, but the details are unclear. It's marked as skipped for now. Resolves: #100481 Related: #100249 Releases: main Change-Id: Id5ddc227296192f1efa8ed49366c8b5ff8115eb8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78488 Tested-by:Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com>
Showing
- Build/phpstan/phpstan-baseline.neon 5 additions, 0 deletionsBuild/phpstan/phpstan-baseline.neon
- typo3/sysext/core/Tests/Functional/DataScenarios/AbstractDataHandlerActionTestCase.php 3 additions, 1 deletion...ional/DataScenarios/AbstractDataHandlerActionTestCase.php
- typo3/sysext/webhooks/Tests/Functional/Fixtures/be_users_admin.csv 4 additions, 0 deletions...ext/webhooks/Tests/Functional/Fixtures/be_users_admin.csv
- typo3/sysext/webhooks/Tests/Functional/Fixtures/pages.csv 30 additions, 0 deletionstypo3/sysext/webhooks/Tests/Functional/Fixtures/pages.csv
- typo3/sysext/webhooks/Tests/Functional/WebhookExecutionTest.php 48 additions, 24 deletions...sysext/webhooks/Tests/Functional/WebhookExecutionTest.php
Please register or sign in to comment