test: update test for mountpoint numeric storage id

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/50164/head
Robin Appelman 9 months ago
parent f20c483513
commit 7b2cb2e3bc
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB
  1. 2
      tests/lib/Files/Config/UserMountCacheTest.php

@ -101,6 +101,8 @@ class UserMountCacheTest extends TestCase {
$cache->expects($this->any())
->method('getId')
->willReturn($rootId);
$cache->method('getNumericStorageId')
->willReturn($storageId);
$storage = $this->getMockBuilder('\OC\Files\Storage\Storage')
->disableOriginalConstructor()

Loading…
Cancel
Save