Explorar el Código

FD3-223 se agrego parametro

Guillermo Espinoza hace 7 años
padre
commit
d077e73202
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {