diff --git a/tests/Feature/Server/TunnelTest.php b/tests/Feature/Server/TunnelTest.php index 77304ed..a8f3713 100644 --- a/tests/Feature/Server/TunnelTest.php +++ b/tests/Feature/Server/TunnelTest.php @@ -696,6 +696,7 @@ protected function createClient() $client = app(Client::class); $client->shouldExit(false); + return $client; }