Skip to content

Commit 086aad3

Browse files
test(archiving): Add ArchiveService mock
AI-assistant: Claude Code 2.1.119 (Claude Sonnet 4.6) Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 8f2669b commit 086aad3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/Service/ContextServiceTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ protected function setUp(): void {
4747
$shareService = $this->createMock(ShareService::class);
4848
$navigationManager = $this->createMock(INavigationManager::class);
4949
$urlGenerator = $this->createMock(IURLGenerator::class);
50+
$archiveService = $this->createMock(ArchiveService::class);
5051

5152
$this->service = new ContextService(
5253
$this->contextMapper,
@@ -62,6 +63,7 @@ protected function setUp(): void {
6263
false,
6364
$navigationManager,
6465
$urlGenerator,
66+
$archiveService,
6567
);
6668
}
6769

0 commit comments

Comments
 (0)