diff --git a/phpunit/class-rest-sidebars-controller-test.php b/phpunit/class-rest-sidebars-controller-test.php index 96d0dc60e6b24..80d35fb262f0b 100644 --- a/phpunit/class-rest-sidebars-controller-test.php +++ b/phpunit/class-rest-sidebars-controller-test.php @@ -569,7 +569,7 @@ public function test_update_item_slashing() { array( 'id' => 'text-1', 'settings' => array( - 'text' => 'Updated \\" \\\' > text test', + 'text' => 'Updated \\" \\\' text test', ), 'id_base' => 'text', 'widget_class' => 'WP_Widget_Text', @@ -592,7 +592,7 @@ public function test_update_item_slashing() { array( 'id' => 'text-1', 'settings' => array( - 'text' => 'Updated \\" \\\' > text test', + 'text' => 'Updated \\" \\\' text test', 'title' => '', 'filter' => false, ), @@ -601,7 +601,7 @@ public function test_update_item_slashing() { 'name' => 'Text', 'description' => 'Arbitrary text.', 'number' => 1, - 'rendered' => '
Updated \\" \\\' > text test
', + 'rendered' => '
Updated \\" \\\' text test
', ), ), ),