diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-08-01 11:10:57 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-08-01 11:10:57 +0200 |
commit | d6e5f04d3987e498c5cb859eed6bff33d67949df (patch) | |
tree | aec901679761a9bb4dfdbecc6625e4f4583d004e /tests/front | |
parent | f7f08ceec1b218e1525153e8bd3d0199f2fb1c9d (diff) | |
download | Shaarli-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.php | 3 |
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') |