We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d954c89 commit e618668Copy full SHA for e618668
1 file changed
apps/dav/tests/unit/Connector/Sabre/ObjectTreeTest.php
@@ -62,8 +62,7 @@ public function testCopy($sourcePath, $targetPath, $targetParent): void {
62
$view = $this->createMock(View::class);
63
$view->expects($this->once())
64
->method('verifyPath')
65
- ->with($targetParent)
66
- ->willReturn(true);
+ ->with($targetParent);
67
68
->method('file_exists')
69
->with($targetPath)
0 commit comments