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

fix

parent 2c7e4e70
No related branches found
No related tags found
No related merge requests found
Pipeline #107194 failed
Pipeline: drupal-3419693

#107200

    ...@@ -50,7 +50,7 @@ protected function setUp(): void { ...@@ -50,7 +50,7 @@ protected function setUp(): void {
    $this->loggerClosure = function () { $this->loggerClosure = function () {
    $this->prophesize(LoggerInterface::class)->reveal(); $this->prophesize(LoggerInterface::class)->reveal();
    } };
    $this->requestContext = $this->getMockBuilder('Drupal\Core\Routing\RequestContext') $this->requestContext = $this->getMockBuilder('Drupal\Core\Routing\RequestContext')
    ->disableOriginalConstructor() ->disableOriginalConstructor()
    ......
    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