diff options
author | Julius Härtl <jus@bitgrid.net> | 2023-02-20 22:12:00 +0100 |
---|---|---|
committer | Simon L <szaimen@e.mail.de> | 2023-04-17 23:46:52 +0200 |
commit | d9c81f56ad25d6665e87468cf18dc2646334fb3b (patch) | |
tree | 42859dc2a51ad4613423df4d3fece13fbd3ee6c2 /tests/lib/Files/Node/FileTest.php | |
parent | 160bd75d0ad59b3692ae2e904be52c9e4e7295f4 (diff) | |
download | nextcloud-server-d9c81f56ad25d6665e87468cf18dc2646334fb3b.tar.gz nextcloud-server-d9c81f56ad25d6665e87468cf18dc2646334fb3b.zip |
tests: Adapt node related unit tests mocks to required root view
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'tests/lib/Files/Node/FileTest.php')
-rw-r--r-- | tests/lib/Files/Node/FileTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Files/Node/FileTest.php b/tests/lib/Files/Node/FileTest.php index 3305f9ac170..218e2531727 100644 --- a/tests/lib/Files/Node/FileTest.php +++ b/tests/lib/Files/Node/FileTest.php @@ -185,7 +185,7 @@ class FileTest extends NodeTest { $root = new \OC\Files\Node\Root( $this->manager, - new $this->view, + $this->view, $this->user, $this->userMountCache, $this->logger, @@ -277,7 +277,7 @@ class FileTest extends NodeTest { $root = new \OC\Files\Node\Root( $this->manager, - new $this->view, + $this->view, $this->user, $this->userMountCache, $this->logger, |