Skip to content

Commit 1de553e

Browse files
committed
Add test reply
1 parent 978ffba commit 1de553e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/includes/class-test-mailer.php

+12
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,18 @@ public function direct_message_provider() {
282282
'to' => array( 'https://example.com/followers' ),
283283
),
284284
),
285+
'reply+cc' => array(
286+
false,
287+
array(
288+
'actor' => 'https://example.com/author',
289+
'object' => array(
290+
'content' => 'Reply activity to me and to followers',
291+
'inReplyTo' => 'https://example.com/post/1',
292+
),
293+
'to' => array( 'https://example.com/followers' ),
294+
'cc' => array( 'user_url' ),
295+
),
296+
),
285297
);
286298
}
287299

0 commit comments

Comments
 (0)