mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 09:08:22 -04:00
Fix dav comments
This commit is contained in:
parent
7f4f0b20ad
commit
2c77bfa0d0
1 changed files with 0 additions and 10 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue