aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/PersonalMountTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/PersonalMountTest.php')
-rw-r--r--apps/files_external/tests/PersonalMountTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/tests/PersonalMountTest.php b/apps/files_external/tests/PersonalMountTest.php
index 2d8f41c3e50..9deb5c41435 100644
--- a/apps/files_external/tests/PersonalMountTest.php
+++ b/apps/files_external/tests/PersonalMountTest.php
@@ -16,11 +16,11 @@ class PersonalMountTest extends TestCase {
public function testFindByStorageId(): void {
$storageConfig = $this->createMock(StorageConfig::class);
/** @var \OCA\Files_External\Service\UserStoragesService $storageService */
- $storageService = $this->getMockBuilder('\OCA\Files_External\Service\UserStoragesService')
+ $storageService = $this->getMockBuilder(\OCA\Files_External\Service\UserStoragesService::class)
->disableOriginalConstructor()
->getMock();
- $storage = $this->getMockBuilder('\OC\Files\Storage\Storage')
+ $storage = $this->getMockBuilder(\OC\Files\Storage\Storage::class)
->disableOriginalConstructor()
->getMock();