Browse Source
fix(comments): Add test for email mention
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/48760/head
Joas Schilling
1 year ago
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
1 changed files with
6 additions and
0 deletions
-
tests/lib/Comments/CommentTest.php
|
|
@ -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'], |
|
|
|
], |
|
|
|
], |
|
|
|
]; |
|
|
|
} |
|
|
|
|
|
|
|