From: Chad Horohoe Date: Mon, 10 Jan 2011 18:43:59 +0000 (+0000) Subject: More silly whitespace X-Git-Tag: 1.31.0-rc.0~32648 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=38babb25b59328d06d8c0261d13cb2bca51af8e4;p=lhc%2Fweb%2Fwiklou.git More silly whitespace --- diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index 4f74c7d647..a13e4d6684 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -4,7 +4,7 @@ * @group Database */ class NewParserTest extends MediaWikiTestCase { - + public $uploadDir; public $keepUploads = false; public $runDisabled = false; @@ -15,16 +15,14 @@ class NewParserTest extends MediaWikiTestCase { public $savedGlobals = array(); public $hooks = array(); public $functionHooks = array(); - + //Fuzz test public $maxFuzzTestLength = 300; public $fuzzSeed = 0; public $memoryLimit = 50; - - - + //PHPUnit + MediaWikiTestCase functions - + function setUp() { global $wgContLang, $wgUseDatabaseMessages, $wgMsgCacheExpiry, $wgNamespaceProtection, $wgNamespaceAliases, $IP, $messageMemc; $wgContLang = Language::factory( 'en' ); @@ -619,13 +617,7 @@ class NewParserTest extends MediaWikiTestCase { return $parser; } - - - - - - - + //Various action functions /** @@ -684,11 +676,7 @@ class NewParserTest extends MediaWikiTestCase { return true; } - - - - - + //Various "cleanup" functions /* @@ -720,12 +708,7 @@ class NewParserTest extends MediaWikiTestCase { return $s; } } - - - - - - + //Test options parser functions protected function parseOptions( $instring ) { @@ -810,4 +793,3 @@ class NewParserTest extends MediaWikiTestCase { } } } -