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 1ba0798 + 4e4d0c1 commit d91a9afCopy full SHA for d91a9af
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