summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/UserControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Controller/UserControllerTest.php')
-rw-r--r--tests/Core/Controller/UserControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Controller/UserControllerTest.php b/tests/Core/Controller/UserControllerTest.php
index 78112f09fd6..8b9c11ad4b1 100644
--- a/tests/Core/Controller/UserControllerTest.php
+++ b/tests/Core/Controller/UserControllerTest.php
@@ -32,7 +32,7 @@ use Test\TestCase;
class UserControllerTest extends TestCase {
- /** @var IUserManager|\PHPUnit_Framework_MockObject_MockObject */
+ /** @var IUserManager|\PHPUnit\Framework\MockObject\MockObject */
private $userManager;
/** @var UserController */