Index: trunk/phase3/tests/phpunit/includes/WebRequestTest.php |
— | — | @@ -178,7 +178,6 @@ |
179 | 179 | * @expectedException MWException |
180 | 180 | */ |
181 | 181 | function testGetIpLackOfRemoteAddrThrowAnException() { |
182 | | - var_dump( $_SERVER ); |
183 | 182 | $request = new WebRequest(); |
184 | 183 | # Next call throw an exception about lacking an IP |
185 | 184 | $request->getIP(); |