mirror of
https://github.com/danog/tg-file-decoder.git
synced 2024-11-26 12:24:40 +01:00
Verbose curl for appveyor
This commit is contained in:
parent
6fbd605559
commit
a464523b20
@ -55,6 +55,7 @@ class IntegrationTest extends TestCase
|
||||
|
||||
$handle = \curl_init("https://api.telegram.org/bot$token/sendVideoNote?chat_id=$dest");
|
||||
\curl_setopt($handle, CURLOPT_POST, true);
|
||||
\curl_setopt($handle, CURLOPT_VERBOSE, true);
|
||||
\curl_setopt($handle, CURLOPT_POSTFIELDS, [
|
||||
$type => new CURLFile(\basename($url))
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user