From: Antoine Musso Date: Tue, 29 Nov 2011 11:34:05 +0000 (+0000) Subject: nicely align array key / values X-Git-Tag: 1.31.0-rc.0~26236 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=fa2560fbde14a109c1a52fc7c878093688bff592;p=lhc%2Fweb%2Fwiklou.git nicely align array key / values --- diff --git a/tests/testHelpers.inc b/tests/testHelpers.inc index 423a5d5449..7e47d2fbd8 100644 --- a/tests/testHelpers.inc +++ b/tests/testHelpers.inc @@ -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).