8000
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 9ec2f0b commit 7874f71Copy full SHA for 7874f71
Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php
@@ -67,7 +67,7 @@ public function testArrayCsrfToken()
67
$validation->preSubmit($event);
68
69
$this->assertInstanceOf(FormErrorIterator::class, $this->form->getErrors());
70
- $this->assertGreaterThan(0, count($this->form->getErrors()));
+ $this->assertGreaterThan(0, \count($this->form->getErrors()));
71
}
72
73
public function testMaxPostSizeExceeded()
0 commit comments