mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 09:04:03 +00:00
test: Remove redundant setup in reverb test
This commit is contained in:
parent
97f93eb5b1
commit
fe2191633e
1 changed files with 2 additions and 5 deletions
|
|
@ -174,9 +174,6 @@ test('broadcasting channel helpers register channels correctly', function() {
|
|||
});
|
||||
|
||||
test('reverb driver triggers tenant context binding', function() {
|
||||
// Add reverb to the list of tenant broadcasters
|
||||
\Stancl\Tenancy\Overrides\TenancyBroadcastManager::$tenantBroadcasters = ['pusher', 'ably', 'reverb'];
|
||||
|
||||
$manager = new \Stancl\Tenancy\Overrides\TenancyBroadcastManager(app());
|
||||
|
||||
$manager->extend('reverb', function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue