From d78ae6d6e6d731c5115ef6eacf12df7667493e63 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 21 May 2026 15:06:11 +0200 Subject: [PATCH] Fix test after #237 --- features/search-replace.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/search-replace.feature b/features/search-replace.feature index 3b6f7db2..3ce1a2d5 100644 --- a/features/search-replace.feature +++ b/features/search-replace.feature @@ -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