10000
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 080b8f3 + fd98b24 commit 1f0ceceCopy full SHA for 1f0cece
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
@@ -87,7 +87,7 @@ public function testFormCsrfProtection()
87
public function testFormCsrfProtectionWithCsrfDisabled()
88
{
89
$this->expectException(\LogicException::class);
90
- $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.');
91
92
$this->createContainerFromFile('form_csrf_disabled');
93
}
0 commit comments