Skip to content

Commit

Permalink
[TASK] mock PageRepository init
Browse files Browse the repository at this point in the history
  • Loading branch information
achimfritz committed Jun 26, 2024
1 parent 10a7c38 commit ba29702
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/Unit/Domain/Repository/MenuRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ public function getPage(int $uid, bool $disableGroupAccessCheck = false): array
}
return [];
}
protected function init(): void
{
}
};
}

Expand Down

0 comments on commit ba29702

Please sign in to comment.