mirror of
https://github.com/archtechx/tenancy.git
synced 2026-08-06 06:54:03 +00:00
Make test name more specific
This commit is contained in:
parent
4422df2e04
commit
1409d72dab
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ test('tenant broadcast manager receives the custom driver creators of the centra
|
||||||
expect(array_keys(invade(app(BroadcastManager::class))->customCreators))->toEqualCanonicalizing($originalDrivers);
|
expect(array_keys(invade(app(BroadcastManager::class))->customCreators))->toEqualCanonicalizing($originalDrivers);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('tenant broadcasters receive the channels from the broadcaster bound in central context', function () {
|
test('tenant broadcasters receive the channel auth closures from the broadcaster bound in central context', function () {
|
||||||
config([
|
config([
|
||||||
'tenancy.bootstrappers' => [BroadcastingConfigBootstrapper::class],
|
'tenancy.bootstrappers' => [BroadcastingConfigBootstrapper::class],
|
||||||
'broadcasting.default' => 'testing',
|
'broadcasting.default' => 'testing',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue