mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Fix unit tests
This commit is contained in:
parent
80e6d357a2
commit
24f15fca64
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@ class TestDoubleFileView extends \OC\Files\View{
|
|||
return $this->updatables[$path];
|
||||
}
|
||||
|
||||
public function isCreatable($path) {
|
||||
return $this->updatables[$path];
|
||||
}
|
||||
|
||||
public function isDeletable($path) {
|
||||
return $this->deletables[$path];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue