Skip to content

Commit

Permalink
Update configuration for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
atrauzzi committed Oct 8, 2020
1 parent 2e1d06d commit b46a945
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkg/stomp/Tests/StompConnectionFactoryConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public static function provideConfigs()
'read_timeout' => 60,
'send_heartbeat' => 0,
'receive_heartbeat' => 0,
'detect_transient_connections' => false,
],
];

Expand All @@ -91,6 +92,7 @@ public static function provideConfigs()
'read_timeout' => 60,
'send_heartbeat' => 0,
'receive_heartbeat' => 0,
'detect_transient_connections' => false,
],
];

Expand All @@ -112,6 +114,7 @@ public static function provideConfigs()
'read_timeout' => 60,
'send_heartbeat' => 0,
'receive_heartbeat' => 0,
'detect_transient_connections' => false,
],
];

Expand All @@ -134,6 +137,7 @@ public static function provideConfigs()
'read_timeout' => 60,
'send_heartbeat' => 0,
'receive_heartbeat' => 0,
'detect_transient_connections' => false,
],
];

Expand All @@ -156,6 +160,7 @@ public static function provideConfigs()
'read_timeout' => 60,
'send_heartbeat' => 0,
'receive_heartbeat' => 0,
'detect_transient_connections' => false,
],
];

Expand All @@ -178,6 +183,7 @@ public static function provideConfigs()
'read_timeout' => 60,
'send_heartbeat' => 0,
'receive_heartbeat' => 0,
'detect_transient_connections' => false,
],
];

Expand All @@ -201,6 +207,7 @@ public static function provideConfigs()
'read_timeout' => 60,
'send_heartbeat' => 0,
'receive_heartbeat' => 0,
'detect_transient_connections' => false,
],
];

Expand All @@ -222,6 +229,7 @@ public static function provideConfigs()
'read_timeout' => 60,
'send_heartbeat' => 0,
'receive_heartbeat' => 0,
'detect_transient_connections' => false,
],
];

Expand All @@ -244,6 +252,7 @@ public static function provideConfigs()
'read_timeout' => 60,
'send_heartbeat' => 0,
'receive_heartbeat' => 0,
'detect_transient_connections' => false,
],
];
}
Expand Down

0 comments on commit b46a945

Please sign in to comment.