Disable verbose tests

This commit is contained in:
Daniil Gentili 2020-02-04 01:03:12 +01:00
parent 46fb531055
commit 1d89a39343

View File

@ -55,7 +55,6 @@ 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))
]);