We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed05c82 + 83eb739 commit e49f047Copy full SHA for e49f047
tests/ApiTest.php
@@ -60,7 +60,7 @@ public function testCreateMessageInvalidPhoneNumber() {
60
61
public function testUploadDownloadMedia() {
62
//constants
63
- $mediaId = "text-media-id-" . uniqid();
+ $mediaId = "text-media-id-" . uniqid() . ".txt";
64
$content = "Hello world";
65
$contentType = 'text/plain';
66
0 commit comments