Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 5b789c3

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: [DependencyInjection] Resolve aliases before removing abstract services + add tests Fix Dom Crawler select option with empty value Remove unnecessary option assignment remove unused variable [PropertyAccess] Fix regression
2 parents 537c417 + 28ff48d commit 5b789c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Http/Tests/Firewall/SwitchUserListenerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ public function testExitUserDispatchesEventWithRefreshedUser()
161161
public function testExitUserDoesNotDispatchEventWithStringUser()
162162
{
163163
$originalUser = 'anon.';
164-
$refreshedUser = $this->getMock('Symfony\Component\Security\Core\User\UserInterface');
165164
$this
166165
->userProvider
167166
->expects($this->never())

0 commit comments

Comments
 (0)