Skip to content

Commit 8c16bf9

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 6b4eab6 + ad9962a commit 8c16bf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)