From d80fed1468519530dba02ea269526c2d31d563e2 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 10 Jul 2026 15:23:57 +0200 Subject: [PATCH] Remove stale $tenantBroadcasters mention --- tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php b/tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php index a58014c6..63295b06 100644 --- a/tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php +++ b/tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php @@ -297,8 +297,7 @@ test('mappings specified in credentialsMap override default mapPresets', functio 'broadcasting.default' => $driver, ]); - // Preset used for broadcasters included in TenancyBroadcastManager::$tenantBroadcasters by default. - // This is the default for all tenant broadcasters, but we set it here for clarity. + // The preset mapping for the tested broadcaster (this is the default, we only set it here for clarity) BroadcastingConfigBootstrapper::$mapPresets[$driver]["broadcasting.connections.{$driver}.key"] = "{$driver}_key"; // Custom mapping specified in credentialsMap should override the preset mapping for the tested broadcaster