nicely align array key / values
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 29 Nov 2011 11:34:05 +0000 (11:34 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 29 Nov 2011 11:34:05 +0000 (11:34 +0000)
tests/testHelpers.inc

index 423a5d5..7e47d2f 100644 (file)
@@ -492,11 +492,12 @@ class TestFileIterator implements Iterator {
                                        }
 
                                        $this->test = array(
-                                               'test' => ParserTest::chomp( $data['test'] ),
-                                               'input' => ParserTest::chomp( $data['input'] ),
-                                               'result' => ParserTest::chomp( $data['result'] ),
+                                               'test'    => ParserTest::chomp( $data['test']    ),
+                                               'input'   => ParserTest::chomp( $data['input']   ),
+                                               'result'  => ParserTest::chomp( $data['result']  ),
                                                'options' => ParserTest::chomp( $data['options'] ),
-                                               'config' => ParserTest::chomp( $data['config'] ) );
+                                               'config'  => ParserTest::chomp( $data['config']  ),
+                                       );
 
                                        return true;
                                }
@@ -518,6 +519,8 @@ class TestFileIterator implements Iterator {
                return false;
        }
 
+
+
        /**
         * Verify the first parameter array ($data) has a value for the second  
         * parameter key name ($token).