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.
2 parents 979dac6 + a647d42 commit f858890Copy full SHA for f858890
Tests/DependencyInjection/FrameworkExtensionTest.php
@@ -100,7 +100,7 @@ public function testFormCsrfProtection()
100
public function testFormCsrfProtectionWithCsrfDisabled()
101
{
102
$this->expectException(\LogicException::class);
103
- $this->expectExceptionMessage('To use form CSRF protection `framework.csrf_protection` must be enabled.');
+ $this->expectExceptionMessage('To use form CSRF protection, "framework.csrf_protection" must be enabled.');
104
105
$this->createContainerFromFile('form_csrf_disabled');
106
}
0 commit comments