fix tests
This commit is contained in:
parent
b4b6ec9582
commit
cb29ac896b
|
|
@ -29,7 +29,9 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
||||||
|
|
||||||
$this->channelManager = app(ChannelManager::class);
|
$this->channelManager = app(ChannelManager::class);
|
||||||
|
|
||||||
Route::webSockets();
|
Route::middleware('App\Http\Controllers')->group(function() {
|
||||||
|
Route::webSockets();
|
||||||
|
});
|
||||||
|
|
||||||
StatisticsLogger::fake();
|
StatisticsLogger::fake();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue