aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/tests/Command/CleanupTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/tests/Command/CleanupTest.php')
-rw-r--r--apps/files_versions/tests/Command/CleanupTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/tests/Command/CleanupTest.php b/apps/files_versions/tests/Command/CleanupTest.php
index d716bc1ddbb..fe6c9caf25b 100644
--- a/apps/files_versions/tests/Command/CleanupTest.php
+++ b/apps/files_versions/tests/Command/CleanupTest.php
@@ -140,7 +140,7 @@ class CleanupTest extends TestCase {
->setConstructorArgs([$this->rootFolder, $this->userManager])
->getMock();
- $backend = $this->getMockBuilder('OC_User_Interface')
+ $backend = $this->getMockBuilder(\OCP\UserInterface::class)
->disableOriginalConstructor()->getMock();
$backend->expects($this->once())->method('getUsers')
->with('', 500, 0)