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

fix

parent 1ca488ec
No related branches found
No related tags found
No related merge requests found
Pipeline #110498 passed
Pipeline: drupal-3419693

#110503

    ......@@ -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