From: Dmitry Stogov Date: Wed, 23 Sep 2009 14:15:52 +0000 (+0000) Subject: Removed irrelevant test X-Git-Tag: php-5.4.0alpha1~191^2~2600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4f23add3710e1de3f51aa10c579a2014a41405d;p=php Removed irrelevant test --- diff --git a/ext/soap/tests/bug46760.phpt b/ext/soap/tests/bug46760.phpt deleted file mode 100644 index 0b7c9ab4c1..0000000000 --- a/ext/soap/tests/bug46760.phpt +++ /dev/null @@ -1,16 +0,0 @@ ---TEST-- -Bug #46760 (SoapClient doRequest fails when proxy is used) ---FILE-- - "localhost", - 'proxy_port' => '8080', - 'login' => "user", - 'password' => "test", - 'uri' => 'mo:http://www.w3.org/', - 'location' => 'http://some.url')); -var_dump($client->_proxy_port); - -?> ---EXPECT-- -int(8080)