Skip to content

Commit b982fef

Browse files
committed
tests: Add missing 'embeds' field to wp_mail test case
1 parent af78236 commit b982fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/phpunit/tests/pluggable/wpMail.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ public function test_phpmailer_exception_thrown() {
446446
'message' => 'Test Message',
447447
'headers' => array(),
448448
'attachments' => array(),
449+
'embeds' => array(),
449450
'phpmailer_exception_code' => 2,
450451
);
451452

0 commit comments

Comments
 (0)