Skip to content

Commit f443ddf

Browse files
committed
Merge branch '2.3' into 2.4
* 2.3: Fixed mistake in upgrade docu Container::camelize also takes backslashes into consideration fixed typos fixed @ExpectedException class names fixed some typos fixed @ExpectedException class names Typo and better wording for german validator translation
2 parents e0baded + 8e4a179 commit f443ddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Firewall/LogoutListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function testHandleMatchedPathWithoutSuccessHandlerAndCsrfValidation()
122122
}
123123

124124
/**
125-
* @expectedException RuntimeException
125+
* @expectedException \RuntimeException
126126
*/
127127
public function testSuccessHandlerReturnsNonResponse()
128128
{

Tests/Firewall/X509AuthenticationListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static function dataProviderGetPreAuthenticatedData()
5757
}
5858

5959
/**
60-
* @expectedException Symfony\Component\Security\Core\Exception\BadCredentialsException
60+
* @expectedException \Symfony\Component\Security\Core\Exception\BadCredentialsException
6161
*/
6262
public function testGetPreAuthenticatedDataNoUser()
6363
{

0 commit comments

Comments
 (0)