Skip to content

Commit 3c65ba0

Browse files
committed
fixup! Added tests for IBX-3035
1 parent 988d77f commit 3c65ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/MVC/Symfony/Templating/RenderContentStrategyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function testExpectedMethodRenderArgumentsFormat(): void
149149
return true;
150150
});
151151

152-
$requestCallback = $this->callback(static function (Request $request) use ($siteAccess, $content): bool {
152+
$requestCallback = $this->callback(static function (Request $request): bool {
153153
self::assertSame('TEST/1.0', $request->headers->get('Surrogate-Capability'));
154154

155155
return true;

0 commit comments

Comments
 (0)