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 483305c commit fa9edf3Copy full SHA for fa9edf3
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('You cannot share a folder that contains other shares');
+ $this->expectExceptionMessage('Path contains files shared with you');
2277
2278
$path = $this->createMock(Folder::class);
2279
$path->method('getPath')->willReturn('path');
0 commit comments