update FakeManager

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2017-03-30 10:44:05 +02:00
parent 40154dd6a3
commit 2a4d9f71af
No known key found for this signature in database
GPG Key ID: 50F2B59C6DEBBCFE
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?php
namespace Test\Comments;
use OCP\IUser;
/**
* Class FakeManager
@ -44,4 +45,6 @@ class FakeManager implements \OCP\Comments\ICommentsManager {
public function registerDisplayNameResolver($type, \Closure $closure) {}
public function resolveDisplayName($type, $id) {}
public function getNumberOfUnreadCommentsForFolder($folderId, IUser $user) {}
}