/** * Set up the request method * */ public function setUp() { parent::setUp(); $this->method = new CliCurl(); }
/** * Set up the request method * */ public function setUp() { parent::setUp(); $this->method = new Socket(); }