Opened 7 weeks ago
Last modified 5 weeks ago
#65148 new enhancement
Unit Tests: Add tests for iis7_rewrite_rule_exists()
| 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 iis7_rewrite_rule_exists() in src/wp-admin/includes/misc.php lacks unit tests. This ticket covers adding tests to ensure it correctly detects the presence of WordPress rewrite rules within an IIS web.config file using XPath.
Change History (2)
This ticket was mentioned in PR #11672 on WordPress/wordpress-develop by @pbearne.
7 weeks ago
#1
- Keywords has-patch has-unit-tests added
Note: See
TracTickets for help on using
tickets.
…s/misc.php
This PR adds comprehensive unit tests for the
iis7_rewrite_rule_exists()function insrc/wp-admin/includes/misc.php.The tests cover:
false).Trac ticket: https://core.trac.wordpress.org/ticket/65148
## Use of AI Tools
AI assistance: Yes
Tool(s): Junie (JetBrains)
Model(s): gemini-3-flash-preview
Used for: Test structure generation, dataProvider implementation, and local environment verification. All tests were verified against WordPress core standards and run in the local Docker environment.