mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Fix dav application tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
5ad045619c
commit
8f26a5d766
1 changed files with 1 additions and 2 deletions
|
|
@ -62,8 +62,7 @@ class ObjectTreeTest extends \Test\TestCase {
|
|||
$view = $this->createMock(View::class);
|
||||
$view->expects($this->once())
|
||||
->method('verifyPath')
|
||||
->with($targetParent)
|
||||
->willReturn(true);
|
||||
->with($targetParent);
|
||||
$view->expects($this->once())
|
||||
->method('file_exists')
|
||||
->with($targetPath)
|
||||
|
|
|
|||
Loading…
Reference in a new issue