- Issue created by @murz
- @murz opened merge request.
- Status changed to Fixed
almost 2 years ago 3:05pm 13 February 2023 - Status changed to Fixed
almost 2 years ago 3:06pm 13 February 2023 - 🇦🇲Armenia murz Yerevan, Armenia
I've implemented this without a stub, by just initiating an original service.
Usage example:TestHelpers::service('request_stack')->push(new Request(['foo' => 'bar'])); $currentRequest = TestHelpers::service('request_stack')->getCurrentRequest();