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 7c4ede4 + 7cafe7a commit 749f14bCopy full SHA for 749f14b
Tests/DependencyInjection/FrameworkExtensionTest.php
@@ -95,7 +95,7 @@ public function testFormCsrfProtection()
95
public function testFormCsrfProtectionWithCsrfDisabled()
96
{
97
$this->expectException(\LogicException::class);
98
- $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.');
99
100
$this->createContainerFromFile('form_csrf_disabled');
101
}
0 commit comments