@@ -39,7 +39,7 @@ public function testFooConnectionDefinition()
3939 'use_socket ' => false ,
4040 'url ' => '' ,
4141 'hosts ' => [],
42- 'channel_rpc_timeout ' => 0.0
42+ 'channel_rpc_timeout ' => 0.0 ,
4343
4444 ], $ factory ->getArgument (1 ));
4545 $ this ->assertEquals ('%old_sound_rabbit_mq.connection.class% ' , $ definition ->getClass ());
@@ -71,7 +71,7 @@ public function testSslConnectionDefinition()
7171 'use_socket ' => false ,
7272 'url ' => '' ,
7373 'hosts ' => [],
74- 'channel_rpc_timeout ' => 0.0
74+ 'channel_rpc_timeout ' => 0.0 ,
7575 ], $ factory ->getArgument (1 ));
7676 $ this ->assertEquals ('%old_sound_rabbit_mq.connection.class% ' , $ definition ->getClass ());
7777 }
@@ -100,7 +100,7 @@ public function testLazyConnectionDefinition()
100100 'use_socket ' => false ,
101101 'url ' => '' ,
102102 'hosts ' => [],
103- 'channel_rpc_timeout ' => 0.0
103+ 'channel_rpc_timeout ' => 0.0 ,
104104 ], $ factory ->getArgument (1 ));
105105 $ this ->assertEquals ('%old_sound_rabbit_mq.lazy.connection.class% ' , $ definition ->getClass ());
106106 }
@@ -129,7 +129,7 @@ public function testDefaultConnectionDefinition()
129129 'use_socket ' => false ,
130130 'url ' => '' ,
131131 'hosts ' => [],
132- 'channel_rpc_timeout ' => 0.0
132+ 'channel_rpc_timeout ' => 0.0 ,
133133 ], $ factory ->getArgument (1 ));
134134 $ this ->assertEquals ('%old_sound_rabbit_mq.connection.class% ' , $ definition ->getClass ());
135135 }
@@ -193,7 +193,7 @@ public function testClusterConnectionDefinition()
193193 'heartbeat ' => 0 ,
194194 'use_socket ' => false ,
195195 'url ' => '' ,
196- 'channel_rpc_timeout ' => 0.0
196+ 'channel_rpc_timeout ' => 0.0 ,
197197 ], $ factory ->getArgument (1 ));
198198 $ this ->assertEquals ('%old_sound_rabbit_mq.connection.class% ' , $ definition ->getClass ());
199199 }
0 commit comments