Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions features/search-replace.feature
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,8 @@ Feature: Do global search/replace
a:1:{i:0;O:10:"CornFlakes":0:{}}
"""

# `CaseInsensitiveDictionary` is from Requests 2.0, which was added in 6.2.
@require-wp-6.2
Scenario: Search-replace updates iterable dictionary objects without dynamic property deprecations

Given a WP install
Expand Down
Loading