diff --git a/lib/FakeUser.php b/lib/FakeUser.php index 4ee7b6c15..622c58b26 100644 --- a/lib/FakeUser.php +++ b/lib/FakeUser.php @@ -133,4 +133,12 @@ public function setSystemEMailAddress(string $mailAddress): void { public function setPrimaryEMailAddress(string $mailAddress): void { throw new \RuntimeException('Not implemented'); } + + public function getManagerUids(): array { + throw new \RuntimeException('Not implemented'); + } + + public function setManagerUids(array $uids): void { + throw new \RuntimeException('Not implemented'); + } }