From: Alexandre Emsenhuber Date: Thu, 18 Aug 2011 20:05:09 +0000 (+0000) Subject: Removed debugging code from r94932 X-Git-Tag: 1.31.0-rc.0~28185 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=327b04c44db137ff2834bd3d0d284de2a2342d55;p=lhc%2Fweb%2Fwiklou.git Removed debugging code from r94932 --- diff --git a/tests/phpunit/includes/WebRequestTest.php b/tests/phpunit/includes/WebRequestTest.php index ff8bf3476f..e72408f6b0 100644 --- a/tests/phpunit/includes/WebRequestTest.php +++ b/tests/phpunit/includes/WebRequestTest.php @@ -178,7 +178,6 @@ class WebRequestTest extends MediaWikiTestCase { * @expectedException MWException */ function testGetIpLackOfRemoteAddrThrowAnException() { - var_dump( $_SERVER ); $request = new WebRequest(); # Next call throw an exception about lacking an IP $request->getIP();