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 da8c664 commit 86aab3fCopy full SHA for 86aab3f
src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php
@@ -64,9 +64,6 @@ public function testStringFormData()
64
$this->assertSame($data, $event->getData());
65
}
66
67
- /**
68
- * @see https://github.com/symfony/symfony/issues/29882
69
- */
70
public function testArrayCsrfToken()
71
{
72
$event = new FormEvent($this->form, ['csrf' => []]);
0 commit comments