Skip to content
Snippets Groups Projects

Feature/log context

Merged Krzysztof Dyszczyk requested to merge feature/log-context into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -15,6 +15,10 @@ class TestClientFactory extends \PHPUnit\Framework\TestCase
private function prepareOptions($isCachedClient = false)
{
$options = Mockery::mock(\WPDesk\ApiClient\Client\ApiClientOptions::class);
$options->shouldReceive('getApiClientClass')
->withAnyArgs()
->andReturn(\WPDesk\ApiClient\Client\ClientImplementation::class);
$options->shouldReceive('getHttpClientClass')
->withAnyArgs()
->andReturn(\WPDesk\HttpClient\Curl\CurlClient::class);
Loading