Opened 4 weeks ago
Last modified 4 weeks ago
#65228 new enhancement
Tests: Add unit tests for wp_ajax_time_format()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch has-unit-tests |
| Focuses: | tests | Cc: |
Description
The function wp_ajax_time_format() in src/wp-admin/includes/ajax-actions.php currently lacks unit test coverage. This task involves adding tests to verify that it correctly handles time format validation and returns the expected response.
Change History (1)
This ticket was mentioned in PR #11814 on WordPress/wordpress-develop by @pbearne.
4 weeks ago
#1
- Keywords has-patch has-unit-tests added
Note: See
TracTickets for help on using
tickets.
This PR adds unit tests for the wp_ajax_time_format() function in src/wp-admin/includes/ajax-actions.php. These tests verify that the function correctly handles time formatting requests, validates input, and returns the expected response.
Trac ticket: https://core.trac.wordpress.org/ticket/65228
AI Disclosure:
AI assistance: Yes
Tool(s): Junie (JetBrains)
Model(s): gemini-3-flash-preview
Used for: Code analysis, test implementation, and workflow management.