mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
test: update test for mountpoint numeric storage id
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
f20c483513
commit
7b2cb2e3bc
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue