Ken Andries

Results 2 comments of Ken Andries

@EntonoX Can you test this in the latest release (v1.2.1) I changed the service provided to allow swapping the HttpClient instance [The fix](https://github.com/Douglasdc3/laravel-kong/commit/1625def010ce96cff509bbcdc4619f36b23b5078)

I tested this in Laravel (8) with the following test code and got green test could you test this? ```php $mockClient = \Mockery::mock(HttpClient::class); $mockClient->shouldReceive('get')->andReturn([ 'version' => 'test-version', 'hostname' => 'test-hostname',...