php-pecl-http/pecl_http-upstream.patch

22 lines
651 B
Diff

From 1f2b82b9a141d67e285803c353e6e618be8c41d1 Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Sat, 26 Mar 2016 11:39:09 +0100
Subject: [PATCH] skip online test
---
tests/client019.phpt | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/client019.phpt b/tests/client019.phpt
index eea116a..c386a68 100644
--- a/tests/client019.phpt
+++ b/tests/client019.phpt
@@ -3,6 +3,7 @@ client proxy - send proxy headers for a proxy request
--SKIPIF--
<?php
include "skipif.inc";
+skip_online_test();
skip_client_test();
$client = new http\Client("curl");
array_key_exists("proxyheader", $client->getAvailableOptions())