Changeset 60699
- Timestamp:
- 09/01/2025 06:03:38 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/pluggable/wpMail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pluggable/wpMail.php
r60698 r60699 557 557 558 558 /** 559 * Test that wp_mail() can send embedded images.559 * Tests that wp_mail() can send embedded images. 560 560 * 561 561 * @ticket 28059 562 * @covers ::wp_mail563 562 */ 564 563 public function test_wp_mail_can_send_embedded_images() { … … 594 593 } 595 594 } 596 /** 597 * Test that wp_mail() can send embedded images as a multiple line string. 595 596 /** 597 * Tests that wp_mail() can send embedded images as a multiple line string. 598 598 * 599 599 * @ticket 28059 600 * @covers ::wp_mail601 600 */ 602 601 public function test_wp_mail_string_embeds() {
Note: See TracChangeset
for help on using the changeset viewer.