diff options
author | Joas Schilling <coding@schilljs.com> | 2018-12-05 11:27:38 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-12-05 11:27:38 +0100 |
commit | ee545d684042c2b602cff9f80b740f89d8484352 (patch) | |
tree | b2f1cf372ad7cd30aa675966ca09268709f397b2 /apps/files_sharing/tests/CapabilitiesTest.php | |
parent | 4deec15a8cf202730d0ac9851029263423a81f70 (diff) | |
download | nextcloud-server-ee545d684042c2b602cff9f80b740f89d8484352.tar.gz nextcloud-server-ee545d684042c2b602cff9f80b740f89d8484352.zip |
Fix typo in "incoming"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files_sharing/tests/CapabilitiesTest.php')
-rw-r--r-- | apps/files_sharing/tests/CapabilitiesTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/tests/CapabilitiesTest.php b/apps/files_sharing/tests/CapabilitiesTest.php index 721dd0fbf5e..077f2cdbe71 100644 --- a/apps/files_sharing/tests/CapabilitiesTest.php +++ b/apps/files_sharing/tests/CapabilitiesTest.php @@ -249,7 +249,7 @@ class CapabilitiesTest extends \Test\TestCase { $this->assertTrue($result['group_sharing']); } - public function testFederatedSharingIncomming() { + public function testFederatedSharingIncoming() { $map = [ ['files_sharing', 'incoming_server2server_share_enabled', 'yes', 'yes'], ]; @@ -258,7 +258,7 @@ class CapabilitiesTest extends \Test\TestCase { $this->assertTrue($result['federation']['incoming']); } - public function testFederatedSharingNoIncomming() { + public function testFederatedSharingNoIncoming() { $map = [ ['files_sharing', 'incoming_server2server_share_enabled', 'yes', 'no'], ]; |