From 2b24bc4335dc253f235b9afd062c1f39dd3bf19e Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Sun, 24 Nov 2024 21:24:24 +0545 Subject: [PATCH] Update test --- .../testdata/plugins/test-plugin-review-phpcs-errors/load.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/testdata/plugins/test-plugin-review-phpcs-errors/load.php b/tests/phpunit/testdata/plugins/test-plugin-review-phpcs-errors/load.php index 32e42dc30..9e59cf503 100644 --- a/tests/phpunit/testdata/plugins/test-plugin-review-phpcs-errors/load.php +++ b/tests/phpunit/testdata/plugins/test-plugin-review-phpcs-errors/load.php @@ -25,11 +25,11 @@ query_posts( 'cat=3' ); wp_reset_query(); -parse_str( 'first=value&arr[]=foo+bar&arr[]=baz' ); - $str = <<