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 4c67fe8 commit 56ac08dCopy full SHA for 56ac08d
tests/lib/Share20/ManagerTest.php
@@ -2273,7 +2273,7 @@ public function testLinkCreateChecksReadOnly() {
2273
2274
public function testPathCreateChecksContainsSharedMount() {
2275
$this->expectException(\InvalidArgumentException::class);
2276
- $this->expectExceptionMessage('Path contains files shared with you');
+ $this->expectExceptionMessage('You cannot share a folder that contains other shares');
2277
2278
$path = $this->createMock(Folder::class);
2279
$path->method('getPath')->willReturn('path');
0 commit comments