Index: trunk/phase3/tests/testHelpers.inc |
— | — | @@ -492,11 +492,12 @@ |
493 | 493 | } |
494 | 494 | |
495 | 495 | $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'] ), |
499 | 499 | 'options' => ParserTest::chomp( $data['options'] ), |
500 | | - 'config' => ParserTest::chomp( $data['config'] ) ); |
| 500 | + 'config' => ParserTest::chomp( $data['config'] ), |
| 501 | + ); |
501 | 502 | |
502 | 503 | return true; |
503 | 504 | } |
— | — | @@ -518,6 +519,8 @@ |
519 | 520 | return false; |
520 | 521 | } |
521 | 522 | |
| 523 | + |
| 524 | + |
522 | 525 | /** |
523 | 526 | * Verify the first parameter array ($data) has a value for the second |
524 | 527 | * parameter key name ($token). |