@@ -39,7 +39,7 @@ public function testFooConnectionDefinition()
39
39
'use_socket ' => false ,
40
40
'url ' => '' ,
41
41
'hosts ' => [],
42
- 'channel_rpc_timeout ' => 0.0
42
+ 'channel_rpc_timeout ' => 0.0 ,
43
43
44
44
], $ factory ->getArgument (1 ));
45
45
$ this ->assertEquals ('%old_sound_rabbit_mq.connection.class% ' , $ definition ->getClass ());
@@ -71,7 +71,7 @@ public function testSslConnectionDefinition()
71
71
'use_socket ' => false ,
72
72
'url ' => '' ,
73
73
'hosts ' => [],
74
- 'channel_rpc_timeout ' => 0.0
74
+ 'channel_rpc_timeout ' => 0.0 ,
75
75
], $ factory ->getArgument (1 ));
76
76
$ this ->assertEquals ('%old_sound_rabbit_mq.connection.class% ' , $ definition ->getClass ());
77
77
}
@@ -100,7 +100,7 @@ public function testLazyConnectionDefinition()
100
100
'use_socket ' => false ,
101
101
'url ' => '' ,
102
102
'hosts ' => [],
103
- 'channel_rpc_timeout ' => 0.0
103
+ 'channel_rpc_timeout ' => 0.0 ,
104
104
], $ factory ->getArgument (1 ));
105
105
$ this ->assertEquals ('%old_sound_rabbit_mq.lazy.connection.class% ' , $ definition ->getClass ());
106
106
}
@@ -129,7 +129,7 @@ public function testDefaultConnectionDefinition()
129
129
'use_socket ' => false ,
130
130
'url ' => '' ,
131
131
'hosts ' => [],
132
- 'channel_rpc_timeout ' => 0.0
132
+ 'channel_rpc_timeout ' => 0.0 ,
133
133
], $ factory ->getArgument (1 ));
134
134
$ this ->assertEquals ('%old_sound_rabbit_mq.connection.class% ' , $ definition ->getClass ());
135
135
}
@@ -193,7 +193,7 @@ public function testClusterConnectionDefinition()
193
193
'heartbeat ' => 0 ,
194
194
'use_socket ' => false ,
195
195
'url ' => '' ,
196
- 'channel_rpc_timeout ' => 0.0
196
+ 'channel_rpc_timeout ' => 0.0 ,
197
197
], $ factory ->getArgument (1 ));
198
198
$ this ->assertEquals ('%old_sound_rabbit_mq.connection.class% ' , $ definition ->getClass ());
199
199
}
0 commit comments