Class "GuzzleHttpHandlerStack" not found in (laravel) Pest-Test
i want to test an api-client. the api-client uses IlluminateSupportFacadesHttp to make requests. when i use it in tinker everything is ok: > $response = Bitwarden::listItems() = IlluminateSupportCollection {#6782 all: [ {#6854 +"object": "item", .... }, ], } My test…