Skip to content

Commit f858890

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: fix expected exception message assertion
2 parents 979dac6 + a647d42 commit f858890

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
@@ -100,7 +100,7 @@ public function testFormCsrfProtection()
100100
public function testFormCsrfProtectionWithCsrfDisabled()
101101
{
102102
$this->expectException(\LogicException::class);
103-
$this->expectExceptionMessage('To use form CSRF protection `framework.csrf_protection` must be enabled.');
103+
$this->expectExceptionMessage('To use form CSRF protection, "framework.csrf_protection" must be enabled.');
104104

105105
$this->createContainerFromFile('form_csrf_disabled');
106106
}

0 commit comments

Comments
 (0)