Browse Source

FD3-223 se agrego parametro

Guillermo Espinoza 7 years ago
parent
commit
d077e73202
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Services/WebserviceMock.php

+ 1 - 1
Services/WebserviceMock.php

@@ -70,7 +70,7 @@ class WebserviceMock extends Webservice
      *
      * @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 = '';
         foreach ($this->dataResponse as $k => $v) {