aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/visitor/InstallControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/front/controller/visitor/InstallControllerTest.php')
-rw-r--r--tests/front/controller/visitor/InstallControllerTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/front/controller/visitor/InstallControllerTest.php b/tests/front/controller/visitor/InstallControllerTest.php
index 089c64ac..3b855365 100644
--- a/tests/front/controller/visitor/InstallControllerTest.php
+++ b/tests/front/controller/visitor/InstallControllerTest.php
@@ -224,9 +224,6 @@ class InstallControllerTest extends TestCase
224 ; 224 ;
225 $this->container->conf->expects(static::once())->method('write'); 225 $this->container->conf->expects(static::once())->method('write');
226 226
227 $this->container->bookmarkService->expects(static::once())->method('count')->willReturn(0);
228 $this->container->bookmarkService->expects(static::once())->method('initialize');
229
230 $this->container->sessionManager 227 $this->container->sessionManager
231 ->expects(static::once()) 228 ->expects(static::once())
232 ->method('setSessionParameter') 229 ->method('setSessionParameter')