From 3dd54559b7794797dadb0a508694e4433f7d924e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Mar 2015 07:54:45 +0100 Subject: php-horde-Horde-Http: 2.1.4 --- Horde_Http-pr125.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Horde_Http-pr125.patch (limited to 'Horde_Http-pr125.patch') diff --git a/Horde_Http-pr125.patch b/Horde_Http-pr125.patch new file mode 100644 index 0000000..518d67c --- /dev/null +++ b/Horde_Http-pr125.patch @@ -0,0 +1,21 @@ +From c4221e8ddc0ab6b3f4f5e3ded80f4ef7501788f1 Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Wed, 4 Mar 2015 07:44:15 +0100 +Subject: [PATCH] this test requires configuration + +--- + framework/Http/test/Horde/Http/TestBase.php | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/framework/Http/test/Horde/Http/TestBase.php b/framework/Http/test/Horde/Http/TestBase.php +index 14b3c92..29b3c37 100644 +--- a/framework/Http/test/Horde/Http/TestBase.php ++++ b/framework/Http/test/Horde/Http/TestBase.php +@@ -38,6 +38,7 @@ public function setUp() + + public function testRequest() + { ++ $this->_skipMissingConfig(); + $client = new Horde_Http_Client( + array('request' => new self::$_requestClass()) + ); -- cgit