name('home'); Route::get('/redirect', function () { return redirect()->route('home')->tenant('abcd'); }); $this->get('/redirect') ->assertRedirect('http://abcd/foobar'); } }