mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
add missing methods to test fake manager
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
763a99ec30
commit
e5ce61b174
1 changed files with 4 additions and 0 deletions
|
|
@ -40,4 +40,8 @@ class FakeManager implements \OCP\Comments\ICommentsManager {
|
|||
public function deleteReadMarksOnObject($objectType, $objectId) {}
|
||||
|
||||
public function registerEventHandler(\Closure $closure) {}
|
||||
|
||||
public function registerDisplayNameResolver($type, \Closure $closure) {}
|
||||
|
||||
public function resolveDisplayName($type, $id) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue