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

fix

parent c1f9e7e7
No related branches found
No related tags found
No related merge requests found
Pipeline #107192 canceled
......@@ -48,9 +48,9 @@ class RedirectResponseSubscriberTest extends UnitTestCase {
protected function setUp(): void {
parent::setUp();
$this->loggerClosure = function() {
$this->prophesize(LoggerInterface::class)->reveal();
}
$this->loggerClosure = function () {
$this->prophesize(LoggerInterface::class)->reveal();
}
$this->requestContext = $this->getMockBuilder('Drupal\Core\Routing\RequestContext')
->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