From: X! Date: Sat, 1 Jan 2011 22:19:22 +0000 (+0000) Subject: Fix r79447: Remove debugging code X-Git-Tag: 1.31.0-rc.0~32911 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=1b4c6a02545b98935b5994e6da1508252ebd4637;p=lhc%2Fweb%2Fwiklou.git Fix r79447: Remove debugging code --- diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index 00ae0ed150..d81d69f402 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -59,8 +59,6 @@ class NewParserTest extends MediaWikiTestCase { 'transformVia404' => false, ); - var_dump(2); - $tmpGlobals['wgEnableParserCache'] = false; $tmpGlobals['wgDeferredUpdateList'] = array(); $tmpGlobals['wgMemc'] = &wfGetMainCache();