This commit is contained in:
Tobias Nyholm 2016-07-19 15:06:49 +02:00
parent 1cdfc3c204
commit aaf61b4466

View File

@ -19,7 +19,7 @@ class TestBroker extends RestClient
$this->apiEndpoint = $apiHost; $this->apiEndpoint = $apiHost;
} }
public function post($endpointUrl, $postData = array(), $files = array()) public function post($endpointUrl, array $postData = array(), $files = array())
{ {
return $this->testResponseHandler($endpointUrl, $httpResponseCode = 200); return $this->testResponseHandler($endpointUrl, $httpResponseCode = 200);
} }