withServerVariables(['REMOTE_ADDR' => '10.0.0.2']) ->withHeaders([ 'X-Forwarded-Host' => 'dailyapi.leonmorival.xyz', 'X-Forwarded-Port' => '443', 'X-Forwarded-Proto' => 'https', ]) ->get('/dashboard/login'); $response ->assertOk() ->assertSee( 'href="https://dailyapi.leonmorival.xyz/build/assets/', escape: false, ); });