Make WordPress Core

Opened 6 weeks ago

Last modified 5 weeks ago

#65170 new enhancement

Add unit tests for iis7_delete_rewrite_rule()

Reported by: pbearne's profile pbearne 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 delete rewrite rule function in wp-admin/includes/misc.php to ensure correct XML manipulation in web.config files.

Change History (2)

This ticket was mentioned in PR #11719 on WordPress/wordpress-develop by @pbearne.


6 weeks ago
#1

  • Keywords has-patch has-unit-tests added

Description:
This PR adds unit tests for the iis7_delete_rewrite_rule() function in wp-admin/includes/misc.php. These tests ensure that WordPress rewrite rules are correctly identified and removed from IIS7 web.config files, while preserving other configuration elements.

The tests cover:

  • Successful deletion of rules named "wordpress", "WordPress", or starting with "wordpress".
  • Correct behavior when multiple rules exist.
  • Handling of non-existent files and invalid XML.

Trac ticket: https://core.trac.wordpress.org/ticket/65170

AI Disclosure:

  • AI assistance: Yes
  • Tool(s): Junie (JetBrains)
  • Model(s): gemini-3-flash-preview
  • Used for: Code analysis, test implementation, and workflow management.

#2 @desrosj
5 weeks ago

  • Focuses tests added

Adding the tests focus, which is used to indicate a ticket is solely focused on adding tests.

Note: See TracTickets for help on using tickets.