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 3e6d1c8 commit acd5909Copy full SHA for acd5909
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