[TASK] Add request tests for DELETE,PATCH,PUT AND POST with data
The testing-framework with FE requests using sub requests is now able to handle DELETE,PATCH,PUT and POST requests. The situation in testing-framework is not the final solution, though. The patch adds a test to verify if testing-framework request details are properly received in the FE application. This not only adds a use case to the core for these kind of requests, but also ensures that we don't break this detail again when testing-framework internal handling is further refactored. Also needs a testing-framework bugfix in v11: > composer req --dev typo3/testing-framework:^6.16.2 Resolves: #97084 Releases: main, 11.5 Change-Id: I8268625d4b439f1657168d6b9c9a3878b36477bd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73768 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- composer.json 3 additions, 2 deletionscomposer.json
- composer.lock 7 additions, 7 deletionscomposer.lock
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_request_mirror/Classes/Middleware/RequestMirror.php 50 additions, 0 deletions.../test_request_mirror/Classes/Middleware/RequestMirror.php
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_request_mirror/Configuration/RequestMiddlewares.php 16 additions, 0 deletions.../test_request_mirror/Configuration/RequestMiddlewares.php
- typo3/sysext/frontend/Tests/Functional/Fixtures/Extensions/test_request_mirror/ext_emconf.php 22 additions, 0 deletions...al/Fixtures/Extensions/test_request_mirror/ext_emconf.php
- typo3/sysext/frontend/Tests/Functional/Request/InternalRequestDataMappingTest.php 247 additions, 0 deletions...sts/Functional/Request/InternalRequestDataMappingTest.php
Please register or sign in to comment