r104550 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104549‎ | r104550 | r104551 >
Date:11:34, 29 November 2011
Author:hashar
Status:ok
Tags:
Comment:
nicely align array key / values
Modified paths:
  • /trunk/phase3/tests/testHelpers.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/testHelpers.inc
@@ -492,11 +492,12 @@
493493 }
494494
495495 $this->test = array(
496 - 'test' => ParserTest::chomp( $data['test'] ),
497 - 'input' => ParserTest::chomp( $data['input'] ),
498 - 'result' => ParserTest::chomp( $data['result'] ),
 496+ 'test' => ParserTest::chomp( $data['test'] ),
 497+ 'input' => ParserTest::chomp( $data['input'] ),
 498+ 'result' => ParserTest::chomp( $data['result'] ),
499499 'options' => ParserTest::chomp( $data['options'] ),
500 - 'config' => ParserTest::chomp( $data['config'] ) );
 500+ 'config' => ParserTest::chomp( $data['config'] ),
 501+ );
501502
502503 return true;
503504 }
@@ -518,6 +519,8 @@
519520 return false;
520521 }
521522
 523+
 524+
522525 /**
523526 * Verify the first parameter array ($data) has a value for the second
524527 * parameter key name ($token).

Status & tagging log