Skip to content

Commit b46a945

Browse files
committed
Update configuration for tests.
1 parent 2e1d06d commit b46a945

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkg/stomp/Tests/StompConnectionFactoryConfigTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public static function provideConfigs()
7070
'read_timeout' => 60,
7171
'send_heartbeat' => 0,
7272
'receive_heartbeat' => 0,
73+
'detect_transient_connections' => false,
7374
],
7475
];
7576

@@ -91,6 +92,7 @@ public static function provideConfigs()
9192
'read_timeout' => 60,
9293
'send_heartbeat' => 0,
9394
'receive_heartbeat' => 0,
95+
'detect_transient_connections' => false,
9496
],
9597
];
9698

@@ -112,6 +114,7 @@ public static function provideConfigs()
112114
'read_timeout' => 60,
113115
'send_heartbeat' => 0,
114116
'receive_heartbeat' => 0,
117+
'detect_transient_connections' => false,
115118
],
116119
];
117120

@@ -134,6 +137,7 @@ public static function provideConfigs()
134137
'read_timeout' => 60,
135138
'send_heartbeat' => 0,
136139
'receive_heartbeat' => 0,
140+
'detect_transient_connections' => false,
137141
],
138142
];
139143

@@ -156,6 +160,7 @@ public static function provideConfigs()
156160
'read_timeout' => 60,
157161
'send_heartbeat' => 0,
158162
'receive_heartbeat' => 0,
163+
'detect_transient_connections' => false,
159164
],
160165
];
161166

@@ -178,6 +183,7 @@ public static function provideConfigs()
178183
'read_timeout' => 60,
179184
'send_heartbeat' => 0,
180185
'receive_heartbeat' => 0,
186+
'detect_transient_connections' => false,
181187
],
182188
];
183189

@@ -201,6 +207,7 @@ public static function provideConfigs()
201207
'read_timeout' => 60,
202208
'send_heartbeat' => 0,
203209
'receive_heartbeat' => 0,
210+
'detect_transient_connections' => false,
204211
],
205212
];
206213

@@ -222,6 +229,7 @@ public static function provideConfigs()
222229
'read_timeout' => 60,
223230
'send_heartbeat' => 0,
224231
'receive_heartbeat' => 0,
232+
'detect_transient_connections' => false,
225233
],
226234
];
227235

@@ -244,6 +252,7 @@ public static function provideConfigs()
244252
'read_timeout' => 60,
245253
'send_heartbeat' => 0,
246254
'receive_heartbeat' => 0,
255+
'detect_transient_connections' => false,
247256
],
248257
];
249258
}

0 commit comments

Comments
 (0)