register(); /** @var GuzzleClient $guzzle */ $guzzle = $app->make(GuzzleClient::class); $config = $guzzle->getConfig(); $this->assertFalse($config['http_errors']); $this->assertArrayHasKey('timeout', $config); } }