fix tests

This commit is contained in:
freek 2018-12-04 09:40:26 +01:00
parent b4b6ec9582
commit cb29ac896b
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
$this->channelManager = app(ChannelManager::class);
Route::webSockets();
Route::middleware('App\Http\Controllers')->group(function() {
Route::webSockets();
});
StatisticsLogger::fake();
}