public function setUp()
 {
     $this->client = new \Sonrisa\Component\RestfulClient\FileGetContentsClient();
     parent::setUp();
 }
 public function setUp()
 {
     $this->client = new \Sonrisa\Component\RestfulClient\CURLClient();
     parent::setUp();
 }