diff --git a/tests/TestCase.php b/tests/TestCase.php index de9b78d..96c0875 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -29,6 +29,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase $this->channelManager = app(ChannelManager::class); + /** TODO: make this work without middleware prefix */ Route::middleware('App\Http\Controllers')->group(function() { Route::webSockets(); });