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
|
@ -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 New Issue