8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7004870 commit 6a45129Copy full SHA for 6a45129
src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php
@@ -138,6 +138,12 @@ public function testExitUserDispatchesEventWithRefreshedUser()
138
->expects($this->any())
139
->method('getUri')
140
->willReturn('/');
141
+ $this
142
+ ->request
143
+ ->query
144
+ ->expects($this->any())
145
+ ->method('all')
146
+ ->will($this->returnValue(array()));
147
148
$dispatcher = $this->getMock('Symfony\Component\EventDispatcher\EventDispatcherInterface');
149
$dispatcher
0 commit comments