mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Add test to spelling unification
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
1e487c2a09
commit
85a101987d
1 changed files with 1 additions and 1 deletions
|
|
@ -1584,7 +1584,7 @@ class ShareAPIControllerTest extends TestCase {
|
|||
|
||||
public function testCreateShareInvalidPath() {
|
||||
$this->expectException(\OCP\AppFramework\OCS\OCSNotFoundException::class);
|
||||
$this->expectExceptionMessage('Wrong path, file/folder doesn\'t exist');
|
||||
$this->expectExceptionMessage('Wrong path, file/folder does not exist');
|
||||
|
||||
$userFolder = $this->getMockBuilder(Folder::class)->getMock();
|
||||
$this->rootFolder->expects($this->once())
|
||||
|
|
|
|||
Loading…
Reference in a new issue