getRoutes()->match( Request::create('/api/tenants/bootstrap', 'GET') ); $this->assertSame(TenantBootstrapController::class, $route->getActionName()); } }