<?php $response = $this->get('precognition-route', ['Precognition' => 'true']);
$response->assertNoContent();
$this->assertSame('http://localhost/expected-route-1', session()->previousUrl());
$this->app->bind(CallableDispatcherContract::class, fn ($app) => new CallableDispatcher($app));