You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issues with clearing out globals that results in orphaned data. Account for sitemaps, feeds, and robots in testing. (#856)
* Migrating to contract for responses
* Adding a test for feeds
* Remove mutable from test response class
* Adding tests for sitemaps and a fake for sitemap renderer
* Docblock
* Reduce test
* Pass through to the sitemap renderer set instead of creating a new one
* Clear out wp_stylesheet_path
* Add reset_lazyload_queue from core
* Wrapping up with a need to fix locate_template
* Adding Makes_Http_Requests_With_Feeds
* CHANGELOG
* Drop comments
* Ensure rewrite is properly preserved and cleared (#857)
* Backup query variables between test runs
* Wrapping up wp_rewrite backup
* Use a deep copy when retrieving value
* Ensure rewrite is properly preserved and cleared
* CHANGELOG order
* Bump jetpack to 14.1
* Drop jetpack
* Reduce matrix
0 commit comments