diff --git a/clients/php/test/Api/UploadsApiTest.php b/clients/php/test/Api/UploadsApiTest.php index 3a4b89f41..779eb02d2 100644 --- a/clients/php/test/Api/UploadsApiTest.php +++ b/clients/php/test/Api/UploadsApiTest.php @@ -107,7 +107,7 @@ public function testUploadCreate() $file = new \SplFileObject($fileName, 'w+'); $file->fwrite('test'); - $result = $this->apiInstance->uploadCreate($projectId, null, null, $file); + $result = $this->apiInstance->uploadCreate($projectId, $file, null, null); $file = null; unlink($fileName);