aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php')
-rw-r--r--apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php b/apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php
index 3127cd3b9d0..103d21d76a3 100644
--- a/apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php
+++ b/apps/comments/tests/Unit/Collaboration/CommentersSorterTest.php
@@ -31,7 +31,7 @@ use OCP\Comments\ICommentsManager;
use Test\TestCase;
class CommentersSorterTest extends TestCase {
- /** @var ICommentsManager|\PHPUnit_Framework_MockObject_MockObject */
+ /** @var ICommentsManager|\PHPUnit\Framework\MockObject\MockObject */
protected $commentsManager;
/** @var CommentersSorter */
protected $sorter;