Преглед изворни кода

FD3-223 se agrego parametro

Guillermo Espinoza пре 7 година
родитељ
комит
d077e73202
1 измењених фајлова са 1 додато и 1 уклоњено
  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) {