Skip to content

Commit c433d3e

Browse files
authored
Merge 83ccd4c into d42645c
2 parents d42645c + 83ccd4c commit c433d3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Controller/APIv1ControllerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
use OCA\Activity\UserSettings;
3636
use OCP\Activity\IExtension;
3737
use OCP\Activity\IManager;
38+
use OCP\AppFramework\Utility\ITimeFactory;
3839
use OCP\IConfig;
3940
use OCP\IL10N;
4041
use OCP\IRequest;
@@ -211,6 +212,7 @@ public function testGet(string $user, int $start, int $count, array $expected):
211212
\OC::$server->query(IValidator::class),
212213
\OC::$server->query(\OCP\RichObjectStrings\IRichTextFormatter::class),
213214
$this->createMock(IL10N::class),
215+
$this->createMock(ITimeFactory::class),
214216
);
215217
$activityManager->registerProvider(Provider::class);
216218
$activityManager->registerSetting(Setting1::class);

0 commit comments

Comments
 (0)