mirror of
https://github.com/archtechx/tenancy.git
synced 2026-08-06 15:54:05 +00:00
Rename copyAuthState to copyAuthProperties
This commit is contained in:
parent
23149473a9
commit
64538eadaa
2 changed files with 10 additions and 9 deletions
|
|
@ -225,7 +225,7 @@ test('tenant broadcast manager receives the custom driver creators of the centra
|
|||
expect(array_keys(invade(app(BroadcastManager::class))->customCreators))->toEqualCanonicalizing($originalDrivers);
|
||||
});
|
||||
|
||||
test('tenant broadcasters receive the auth state of the broadcaster bound in central context', function () {
|
||||
test('tenant broadcasters receive the auth properties of the broadcaster bound in central context', function () {
|
||||
config([
|
||||
'tenancy.bootstrappers' => [BroadcastingConfigBootstrapper::class],
|
||||
'broadcasting.default' => 'testing',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue