Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-07-17 14:07:12 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-18 13:23:26 +0300
commit771bb4ec5364e78f6fb3e3aee5de0a7ad62b6299 (patch)
tree976f6622cbbc76fd0170cdcbfffe5414814e4e20 /tests
parentc3c735e7edfb36e2f16b66c2d9da02a6463a0bf1 (diff)
Adjust the text of past-notifications and add actions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/php/Notification/NotifierTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/php/Notification/NotifierTest.php b/tests/php/Notification/NotifierTest.php
index bce063739..5247bea03 100644
--- a/tests/php/Notification/NotifierTest.php
+++ b/tests/php/Notification/NotifierTest.php
@@ -712,7 +712,7 @@ class NotifierTest extends \Test\TestCase {
'Invalid room' => [AlreadyProcessedException::class, 'spreed', false, false, null, null, null],
['Unknown subject', 'spreed', false, true, 'invalid-subject', null, null],
['Unknown object type', 'spreed', false, true, 'invitation', null, 'invalid-object-type'],
- ['Calling user does not exist anymore', 'spreed', false, true, 'invitation', ['admin'], 'room'],
+ 'Calling user does not exist anymore' => [AlreadyProcessedException::class, 'spreed', false, true, 'invitation', ['admin'], 'room'],
['Unknown object type', 'spreed', false, true, 'mention', null, 'invalid-object-type'],
];
}