Skip to content

Commit acd5909

Browse files
committed
fix expected exception message assertion
1 parent 3e6d1c8 commit acd5909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/FrameworkExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function testFormCsrfProtection()
8787
public function testFormCsrfProtectionWithCsrfDisabled()
8888
{
8989
$this->expectException(\LogicException::class);
90-
$this->expectExceptionMessage('To use form CSRF protection `framework.csrf_protection` must be enabled.');
90+
$this->expectExceptionMessage('To use form CSRF protection, "framework.csrf_protection" must be enabled.');
9191

9292
$this->createContainerFromFile('form_csrf_disabled');
9393
}

0 commit comments

Comments
 (0)