Skip to content

Commit 0bd6072

Browse files
committed
feat(task-streaming): fix tests
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent 3f4eae2 commit 0bd6072

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/lib/TaskProcessing/TaskProcessingTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ protected function setUp(): void {
855855
Server::get(IUserSession::class),
856856
Server::get(ICacheFactory::class),
857857
Server::get(IFactory::class),
858+
Server::get(ITimeFactory::class),
858859
);
859860
}
860861

@@ -1595,6 +1596,7 @@ private function createManagerInstance(): Manager {
15951596
Server::get(IUserSession::class),
15961597
Server::get(ICacheFactory::class),
15971598
Server::get(IFactory::class),
1599+
Server::get(ITimeFactory::class),
15981600
);
15991601
}
16001602

0 commit comments

Comments
 (0)