mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-06 15:44:03 +00:00
Make with() formatting consistent
This commit is contained in:
parent
a3c556870a
commit
f3652a8509
1 changed files with 5 additions and 1 deletions
|
|
@ -242,4 +242,8 @@ test('mappings specified in credentialsMap override default mapPresets', functio
|
|||
tenancy()->initialize($tenant);
|
||||
|
||||
expect(config("broadcasting.connections.{$driver}.key"))->toBe('custom_value');
|
||||
})->with(['pusher', 'ably', 'reverb']);
|
||||
})->with([
|
||||
'pusher',
|
||||
'ably',
|
||||
'reverb',
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue