diff --git a/pkg/stomp/Tests/StompConnectionFactoryConfigTest.php b/pkg/stomp/Tests/StompConnectionFactoryConfigTest.php index 3d2ae99d9..50031e1e7 100644 --- a/pkg/stomp/Tests/StompConnectionFactoryConfigTest.php +++ b/pkg/stomp/Tests/StompConnectionFactoryConfigTest.php @@ -70,6 +70,7 @@ public static function provideConfigs() 'read_timeout' => 60, 'send_heartbeat' => 0, 'receive_heartbeat' => 0, + 'detect_transient_connections' => false, ], ]; @@ -91,6 +92,7 @@ public static function provideConfigs() 'read_timeout' => 60, 'send_heartbeat' => 0, 'receive_heartbeat' => 0, + 'detect_transient_connections' => false, ], ]; @@ -112,6 +114,7 @@ public static function provideConfigs() 'read_timeout' => 60, 'send_heartbeat' => 0, 'receive_heartbeat' => 0, + 'detect_transient_connections' => false, ], ]; @@ -134,6 +137,7 @@ public static function provideConfigs() 'read_timeout' => 60, 'send_heartbeat' => 0, 'receive_heartbeat' => 0, + 'detect_transient_connections' => false, ], ]; @@ -156,6 +160,7 @@ public static function provideConfigs() 'read_timeout' => 60, 'send_heartbeat' => 0, 'receive_heartbeat' => 0, + 'detect_transient_connections' => false, ], ]; @@ -178,6 +183,7 @@ public static function provideConfigs() 'read_timeout' => 60, 'send_heartbeat' => 0, 'receive_heartbeat' => 0, + 'detect_transient_connections' => false, ], ]; @@ -201,6 +207,7 @@ public static function provideConfigs() 'read_timeout' => 60, 'send_heartbeat' => 0, 'receive_heartbeat' => 0, + 'detect_transient_connections' => false, ], ]; @@ -222,6 +229,7 @@ public static function provideConfigs() 'read_timeout' => 60, 'send_heartbeat' => 0, 'receive_heartbeat' => 0, + 'detect_transient_connections' => false, ], ]; @@ -244,6 +252,7 @@ public static function provideConfigs() 'read_timeout' => 60, 'send_heartbeat' => 0, 'receive_heartbeat' => 0, + 'detect_transient_connections' => false, ], ]; }