diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index 22eb99bc..ebad2795 100644 --- a/tests/CommandsTest.php +++ b/tests/CommandsTest.php @@ -230,6 +230,7 @@ class Kernel extends HttpKernel * @var array */ protected \$middleware = [ + \Stancl\Tenancy\Middleware\PreventAccessFromTenantDomains::class, \App\Http\Middleware\TrustProxies::class, \App\Http\Middleware\CheckForMaintenanceMode::class, \Illuminate\Foundation\Http\Middleware\ValidatePostSize::class,