We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55dd86 commit 2a6f137Copy full SHA for 2a6f137
Tests/View/ViewHandlerTest.php
@@ -104,7 +104,6 @@ public function testGetStatusCode(
104
105
if ($data) {
106
$expectedContext = new Context();
107
- $expectedContext->setAttribute('template_data', []);
108
109
if (null !== $actualStatusCode || $form->isSubmitted() && !$form->isValid()) {
110
$expectedContext->setAttribute('status_code', $expected);
0 commit comments