From 363e0e603056c2934ad587a7c7fa17e2b203c07b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Feb 2015 08:46:40 +0100 Subject: [PATCH] cleanup debug stuff --- tests/client019.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/client019.phpt b/tests/client019.phpt index a69254b..c41a260 100644 --- a/tests/client019.phpt +++ b/tests/client019.phpt @@ -13,7 +13,7 @@ array_key_exists("proxyheader", $client->getAvailableOptions()) include "helper/server.inc"; -echo "Test\n";var_dump((new http\Client)->getAvailableOptions()); +echo "Test\n"; server("proxy.inc", function($port, $stdin, $stdout, $stderr) { echo "Server on port $port\n"; -- 2.30.2