File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -599,14 +599,9 @@ public function testSurrogateMainRequestIsPublic()
599
599
public function testGetSessionIsCalledOnce ()
600
600
{
601
601
$ session = $ this ->createMock (Session::class);
602
- <<<<<<< HEAD
603
- $ session->expects ($ this ->exactly (2 ))->method ('getName ' )->willReturn ('PHPSESSID ' );
602
+ $ session ->expects ($ this ->exactly (1 ))->method ('getName ' )->willReturn ('PHPSESSID ' );
604
603
$ sessionFactory = $ this ->createMock (SessionFactory::class);
605
604
$ sessionFactory ->expects ($ this ->once ())->method ('createSession ' )->willReturn ($ session );
606
- =======
607
- $ session ->expects ($ this ->exactly (1 ))->method ('getName ' )->willReturn ('PHPSESSID ' );
608
- $ sessionStorage = $ this ->createMock (NativeSessionStorage::class);
609
- >>>>>>> 5.4
610
605
$ kernel = $ this ->createMock (KernelInterface::class);
611
606
612
607
$ requestStack = new RequestStack ();
You can’t perform that action at this time.
0 commit comments