Skip to content

Commit 749f14b

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: fix expected exception message assertion
2 parents 7c4ede4 + 7cafe7a commit 749f14b

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
@@ -95,7 +95,7 @@ public function testFormCsrfProtection()
9595
public function testFormCsrfProtectionWithCsrfDisabled()
9696
{
9797
$this->expectException(\LogicException::class);
98-
$this->expectExceptionMessage('To use form CSRF protection `framework.csrf_protection` must be enabled.');
98+
$this->expectExceptionMessage('To use form CSRF protection, "framework.csrf_protection" must be enabled.');
9999

100100
$this->createContainerFromFile('form_csrf_disabled');
101101
}

0 commit comments

Comments
 (0)