Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit cb29ac8

Browse files
committed
fix tests
1 parent b4b6ec9 commit cb29ac8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/TestCase.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ public function setUp()
2929

3030
$this->channelManager = app(ChannelManager::class);
3131

32-
Route::webSockets();
32+
Route::middleware('App\Http\Controllers')->group(function() {
33+
Route::webSockets();
34+
});
3335

3436
StatisticsLogger::fake();
3537
}

0 commit comments

Comments
 (0)