summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-12-05 11:27:38 +0100
committerJoas Schilling <coding@schilljs.com>2018-12-05 11:27:38 +0100
commitee545d684042c2b602cff9f80b740f89d8484352 (patch)
treeb2f1cf372ad7cd30aa675966ca09268709f397b2 /tests
parent4deec15a8cf202730d0ac9851029263423a81f70 (diff)
downloadnextcloud-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.php2
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();