Skip to content
Snippets Groups Projects
Commit c438f095 authored by mondrake's avatar mondrake
Browse files

fix

parent 97eb0153
No related branches found
No related tags found
No related merge requests found
Pipeline #107219 passed
Pipeline: drupal-3419693

#107220

    ......@@ -48,8 +48,8 @@ class RedirectResponseSubscriberTest extends UnitTestCase {
    protected function setUp(): void {
    parent::setUp();
    $this->loggerClosure = function () {
    $this->prophesize(LoggerInterface::class)->reveal();
    $this->loggerClosure = function (): LoggerInterface {
    return $this->prophesize(LoggerInterface::class)->reveal();
    };
    $this->requestContext = $this->getMockBuilder('Drupal\Core\Routing\RequestContext')
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment