From 1b4c6a02545b98935b5994e6da1508252ebd4637 Mon Sep 17 00:00:00 2001 From: X! Date: Sat, 1 Jan 2011 22:19:22 +0000 Subject: [PATCH] Fix r79447: Remove debugging code --- tests/phpunit/includes/parser/NewParserTest.php | 2 -- 1 file changed, 2 deletions(-) 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(); -- 2.20.1