From: Antoine Musso Date: Mon, 15 Aug 2011 21:18:23 +0000 (+0000) Subject: avoid playing with $_SERVER in test for now X-Git-Tag: 1.31.0-rc.0~28246 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/supprimer.php?a=commitdiff_plain;h=13023f92a56bc76f5c716451215cd5780911f16b;p=lhc%2Fweb%2Fwiklou.git avoid playing with $_SERVER in test for now fu r94558 --- diff --git a/tests/phpunit/includes/ProxyTools/wfGetIPTest.php b/tests/phpunit/includes/ProxyTools/wfGetIPTest.php index 007af5a902..bef16b1e93 100644 --- a/tests/phpunit/includes/ProxyTools/wfGetIPTest.php +++ b/tests/phpunit/includes/ProxyTools/wfGetIPTest.php @@ -35,6 +35,9 @@ class wfGetIPTest extends MediaWikiTestCase { $wgCommandLineMode = $save; } + /** + * @group Broken + */ function testGetFromServerRemoteAddr() { global $_SERVER; $save = null;