Opened 6 weeks ago
Last modified 5 weeks ago
#65172 new enhancement
Tests: Add unit tests for iis7_add_rewrite_rule()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch has-unit-tests |
| Focuses: | tests | Cc: |
Description
This ticket adds comprehensive unit tests for the iis7_add_rewrite_rule() function in wp-admin/includes/misc.php to ensure correct addition of WordPress rewrite rules to IIS7 web.config files, including handling of missing configuration elements.
Change History (2)
This ticket was mentioned in PR #11720 on WordPress/wordpress-develop by @pbearne.
6 weeks ago
#1
- Keywords has-patch has-unit-tests added
Note: See
TracTickets for help on using
tickets.
Description:
This PR adds unit tests for the
iis7_add_rewrite_rule()function inwp-admin/includes/misc.php. These tests ensure that WordPress rewrite rules are correctly added to IIS7web.configfiles, handling cases where configuration elements might be missing.The tests cover:
Trac ticket: https://core.trac.wordpress.org/ticket/65172
AI Disclosure: