|
@@ -70,7 +70,7 @@ class WebserviceMock extends Webservice
|
|
*
|
|
*
|
|
* @return HttpResponse
|
|
* @return HttpResponse
|
|
*/
|
|
*/
|
|
- public function makeGetRequest($url, $method = HttpRequestInterface::METHOD_GET, $data = array())
|
|
|
|
|
|
+ public function makeGetRequest($url, $method = HttpRequestInterface::METHOD_GET, $data = array(), $credentials = array())
|
|
{
|
|
{
|
|
$response = '';
|
|
$response = '';
|
|
foreach ($this->dataResponse as $k => $v) {
|
|
foreach ($this->dataResponse as $k => $v) {
|