team-telnyx / telnyx-php

PHP SDK for the Telnyx API
MIT License
33 stars 26 forks source link

Workaround for mock quirks #58

Closed weroh closed 3 years ago

weroh commented 3 years ago

Updated CurlClient.php. CURLOPT_POSTFIELDS will always contain {} instead of [] for empty json objects. Also uncommented several tests that now work after this update.