#60219 closed task (blessed) (fixed)
PHPunit test for _mce_set_direction
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | has-patch has-unit-tests commit |
| Focuses: | Cc: |
Description
Change History (9)
#1
@
2 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#2
@
2 years ago
- Resolution invalid deleted
- Status changed from closed to reopened
- Summary changed from PHPunit test for wp_parse_list to PHPunit test for _mce_set_direction
This ticket was mentioned in PR #5852 on WordPress/wordpress-develop by @pbearne.
2 years ago
#3
- Keywords has-patch has-unit-tests added
#4
@
2 years ago
- Milestone set to 6.5
- Owner set to SergeyBiryukov
- Status changed from reopened to accepted
@swissspidy commented on PR #5852:
2 years ago
#8
Note: See
TracTickets for help on using
tickets.
This commit introduces a new PHPUnit test for the _mce_set_direction function within WordPress. The test checks the functionality of the text direction setting, ensuring it correctly switches between 'rtl' and 'ltr' options. Furthermore, the changes improve code traceability by linking the test to ticket 60219.