diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-04-08 15:18:24 +0200 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-04-08 15:23:23 +0200 |
commit | 2c77bfa0d087cfdd6512264301b457ca9e9745c1 (patch) | |
tree | 9620e07ab5c9e3b518f63da2793dc28007c6d7c6 /apps/dav | |
parent | 7f4f0b20ad1ed7dc0386dcc3e97e84ad7ff7c067 (diff) | |
download | nextcloud-server-2c77bfa0d087cfdd6512264301b457ca9e9745c1.tar.gz nextcloud-server-2c77bfa0d087cfdd6512264301b457ca9e9745c1.zip |
Fix dav comments
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/tests/unit/comments/commentsplugin.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/dav/tests/unit/comments/commentsplugin.php b/apps/dav/tests/unit/comments/commentsplugin.php index c7d073d1491..c909f6a61ab 100644 --- a/apps/dav/tests/unit/comments/commentsplugin.php +++ b/apps/dav/tests/unit/comments/commentsplugin.php @@ -449,16 +449,6 @@ class CommentsPlugin extends \Test\TestCase { ->with('users', 'alice', 'files', '42') ->will($this->returnValue($comment)); - $this->commentsManager->expects($this->any()) - ->method('setMessage') - ->with('') - ->will($this->throwException(new \InvalidArgumentException())); - - $this->commentsManager->expects($this->any()) - ->method('setVerb') - ->with('') - ->will($this->throwException(new \InvalidArgumentException())); - $this->userSession->expects($this->once()) ->method('getUser') ->will($this->returnValue($user)); |