From 1d89a39343246cb73314e85fb03e5582175d5c19 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 4 Feb 2020 01:03:12 +0100 Subject: [PATCH] Disable verbose tests --- tests/IntegrationTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/IntegrationTest.php b/tests/IntegrationTest.php index ba28468..04089bd 100644 --- a/tests/IntegrationTest.php +++ b/tests/IntegrationTest.php @@ -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)) ]);