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