From 2a6f137d1b46559cdb5137d1204aa82517d0f1fc Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 14 Jul 2020 16:43:02 +0200 Subject: [PATCH] fix merge --- Tests/View/ViewHandlerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/View/ViewHandlerTest.php b/Tests/View/ViewHandlerTest.php index 9c5a65b29..394ee433c 100644 --- a/Tests/View/ViewHandlerTest.php +++ b/Tests/View/ViewHandlerTest.php @@ -104,7 +104,6 @@ public function testGetStatusCode( if ($data) { $expectedContext = new Context(); - $expectedContext->setAttribute('template_data', []); if (null !== $actualStatusCode || $form->isSubmitted() && !$form->isValid()) { $expectedContext->setAttribute('status_code', $expected);