diff options
author | Louis Chemineau <louis@chmn.me> | 2022-03-21 11:04:04 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-03-21 11:04:04 +0100 |
commit | 85a101987d40c60f5b4ec9fcf2a3617022861638 (patch) | |
tree | 5c6427fbf0460d3e21b264f42e525336f8e048ad /apps/files_sharing/tests | |
parent | 1e487c2a0951381ab2b27c88d5dd3d6d9dd81a24 (diff) | |
download | nextcloud-server-85a101987d40c60f5b4ec9fcf2a3617022861638.tar.gz nextcloud-server-85a101987d40c60f5b4ec9fcf2a3617022861638.zip |
Add test to spelling unification
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/files_sharing/tests')
-rw-r--r-- | apps/files_sharing/tests/Controller/ShareAPIControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php index 8bea67dff05..324862a746d 100644 --- a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php @@ -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()) |