1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-05-06 19:44:03 +00:00

BroadcastingConfigBootstrapperTest: add 'reverb' driver to datasets

Adding 'reverb' to `TenancyBroadcastManager::$tenantBroadcasters` will make these tests pass.
This commit is contained in:
lukinovec 2026-04-03 11:26:46 +02:00
parent 6b99921839
commit 29dd23db61

View file

@ -119,7 +119,7 @@ test('BroadcastingConfigBootstrapper maps tenant properties to broadcaster crede
})->with([
'pusher',
'ably',
// 'reverb',
'reverb',
'custom', // Except for this custom driver, assume that the drivers are included in TenancyBroadcastManager::$tenantBroadcasters by default
]);
@ -208,6 +208,6 @@ test('tenant broadcasters receive the channels from the broadcaster bound in cen
})->with([
'pusher',
'ably',
// 'reverb',
'reverb',
'custom', // Except for this custom driver, assume that the drivers are included in TenancyBroadcastManager::$tenantBroadcasters by default
]);