Просмотр исходного кода

Fix unit tests

tags/v7.0.0beta1
Robin Appelman 10 лет назад
Родитель
Сommit
24f15fca64
1 измененных файлов: 4 добавлений и 0 удалений
  1. 4
    0
      tests/lib/connector/sabre/objecttree.php

+ 4
- 0
tests/lib/connector/sabre/objecttree.php Просмотреть файл

@@ -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];
}

Загрузка…
Отмена
Сохранить