for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace leocata\M1\Tests\Mock;
use leocata\M1\HttpClient;
class MockHttpClient extends HttpClient
{
public function getResponseContent($request)
return parent::getResponseContent($request);
}