summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-07-12 12:11:11 +0200
committerJoas Schilling <coding@schilljs.com>2018-07-12 12:11:11 +0200
commitdaed1bed57811b677073f4678ef35ea86c8e7a1d (patch)
tree856b682c57b797c7d9a35571aba39b73dd5b0d90 /apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php
parentb7de6d7a24f76c91dffe1644c4b24e0a27b43c14 (diff)
downloadnextcloud-server-daed1bed57811b677073f4678ef35ea86c8e7a1d.tar.gz
nextcloud-server-daed1bed57811b677073f4678ef35ea86c8e7a1d.zip
Also shorten the name of the invitation tokens
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php')
-rw-r--r--apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php b/apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php
index 333737e2262..7efb64e3dd4 100644
--- a/apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php
+++ b/apps/dav/tests/unit/Controller/InvitationResponseControllerTest.php
@@ -438,7 +438,7 @@ EOF;
->will($this->returnValue($queryBuilder));
$queryBuilder->expects($this->at(1))
->method('from')
- ->with('calendar_invitation_tokens')
+ ->with('calendar_invitations')
->will($this->returnValue($queryBuilder));
$queryBuilder->expects($this->at(4))
->method('where')
@@ -452,4 +452,4 @@ EOF;
$this->timeFactory->method('getTime')
->will($this->returnValue($time));
}
-} \ No newline at end of file
+}