From c0bc061e2470e512488618bc22bc3f7a92d850d6 Mon Sep 17 00:00:00 2001 From: Manzoor Wani Date: Wed, 15 Jan 2025 17:41:58 +0530 Subject: [PATCH] Update test_class.publicize.php --- .../modules/publicize/test_class.publicize.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/plugins/jetpack/tests/php/modules/publicize/test_class.publicize.php b/projects/plugins/jetpack/tests/php/modules/publicize/test_class.publicize.php index be0279d721d04..3b2bd8f16690c 100644 --- a/projects/plugins/jetpack/tests/php/modules/publicize/test_class.publicize.php +++ b/projects/plugins/jetpack/tests/php/modules/publicize/test_class.publicize.php @@ -254,15 +254,15 @@ public function test_publicize_get_all_connections_for_user() { $facebook_connection = array( 'id_number' => array( 'connection_data' => array( - 'id' => 123, - 'user_id' => 0, + 'id' => 123, + 'user_id' => 0, + 'service_name' => 'facebook', + 'connection_id' => 123, + 'can_disconnect' => true, + 'profile_link' => false, + 'shared' => false, + 'status' => 'ok', ), - 'service_name' => 'facebook', - 'connection_id' => 123, - 'can_disconnect' => true, - 'profile_link' => false, - 'shared' => false, - 'status' => 'ok', ), ); $twitter_connection = array(