Opened 10 months ago
Last modified 4 weeks ago
#60300 new enhancement
PHPunit Test for wp_staticize_emoji_for_email
Reported by: | pbearne | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Formatting | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
Change History (4)
This ticket was mentioned in PR #5909 on WordPress/wordpress-develop by @pbearne.
10 months ago
#1
- Keywords has-patch has-unit-tests added
This ticket was mentioned in PR #5910 on WordPress/wordpress-develop by @pbearne.
8 months ago
#2
A new unit test for the wp_staticize_emoji_for_email function has been added. This test provides verification for a variety of scenarios; from simple messages, messages with emojis, and adjustments based on the email's content type.
@swissspidy commented on PR #5910:
8 months ago
#3
@pbearne this is just the same test as https://github.com/WordPress/wordpress-develop/pull/5912 🤔
#4
@
4 weeks ago
- Component changed from Build/Test Tools to Formatting
- Milestone changed from Awaiting Review to Future Release
- Type changed from defect (bug) to enhancement
Since this is about adding tests and not a general build or test tooling change, I'm reassigning it to the relevant component.
Note: See
TracTickets for help on using
tickets.
A new unit test for the wp_staticize_emoji_for_email function has been added. This test provides verification for a variety of scenarios; from simple messages, messages with emojis, and adjustments based on the email's content type.