Closed
Description
Preconditions (*)
- Integration Tests in Magento
2.4-develop
Steps to reproduce (*)
- Create a test that uses
\Magento\TestFramework\TestCase\AbstractController::dispatch
for dispatching controller. - Add the second request to any other URI.
Expected result (*)
- Both requests are dispatched
Actual result (*)
- First request is dispatched
- Second request throws
InvalidArgumentException: Invalid return type