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 /tests | |
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 'tests')
-rw-r--r-- | tests/lib/Share20/ManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Share20/ManagerTest.php b/tests/lib/Share20/ManagerTest.php index 1125cae9565..0a810730588 100644 --- a/tests/lib/Share20/ManagerTest.php +++ b/tests/lib/Share20/ManagerTest.php @@ -1947,7 +1947,7 @@ class ManagerTest extends \Test\TestCase { $manager->createShare($share); } - public function testCreateShareOfIncommingFederatedShare() { + public function testCreateShareOfIncomingFederatedShare() { $manager = $this->createManagerMock() ->setMethods(['canShare', 'generalCreateChecks', 'userCreateChecks', 'pathCreateChecks']) ->getMock(); |