Fix Comments tests with phpunit 5.2+

This commit is contained in:
Joas Schilling 2016-07-01 16:41:29 +02:00
parent eb715dd1b6
commit 3399d66c8e
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
1 changed files with 0 additions and 10 deletions

View File

@ -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));