aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-08-01 11:10:57 +0200
committerArthurHoaro <arthur@hoa.ro>2020-08-01 11:10:57 +0200
commitd6e5f04d3987e498c5cb859eed6bff33d67949df (patch)
treeaec901679761a9bb4dfdbecc6625e4f4583d004e /tests/front
parentf7f08ceec1b218e1525153e8bd3d0199f2fb1c9d (diff)
downloadShaarli-d6e5f04d3987e498c5cb859eed6bff33d67949df.tar.gz
Shaarli-d6e5f04d3987e498c5cb859eed6bff33d67949df.tar.zst
Shaarli-d6e5f04d3987e498c5cb859eed6bff33d67949df.zip
Remove anonymous permission and initialize bookmarks on login
Diffstat (limited to 'tests/front')
-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')