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 2728265 + 749f14b commit 4e4d0c1Copy full SHA for 4e4d0c1
Tests/DependencyInjection/FrameworkExtensionTest.php
@@ -103,7 +103,7 @@ public function testFormCsrfProtection()
103
public function testFormCsrfProtectionWithCsrfDisabled()
104
{
105
$this->expectException(\LogicException::class);
106
- $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.');
107
108
$this->createContainerFromFile('form_csrf_disabled');
109
}
0 commit comments