add missing methods to test fake manager

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
pull/1738/head
Arthur Schiwon 9 years ago
parent 763a99ec30
commit e5ce61b174
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
  1. 4
      tests/lib/Comments/FakeManager.php

@ -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…
Cancel
Save