]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(comments): Add test for email mention feat/noid/support-email-mentions 48760/head
authorJoas Schilling <coding@schilljs.com>
Fri, 18 Oct 2024 05:39:41 +0000 (07:39 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 18 Oct 2024 05:39:41 +0000 (07:39 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
tests/lib/Comments/CommentTest.php

index 742ce33071fd3a4a7315d040b7d9252f5fde45cc..3cfc897b28e51fe163e993c848b29e8a148d9d8c 100644 (file)
@@ -196,6 +196,12 @@ class CommentTest extends TestCase {
                                        ['type' => 'federated_team', 'id' => 'Former Cirle'],
                                ],
                        ],
+                       [
+                               'Emails are supported since 30.0.2 right? @"email/aa23d315de327cfc330f0401ea061005b2b0cdd45ec8346f12664dd1f34cb886"',
+                               [
+                                       ['type' => 'email', 'id' => 'aa23d315de327cfc330f0401ea061005b2b0cdd45ec8346f12664dd1f34cb886'],
+                               ],
+                       ],
                ];
        }