From 9de26ba1138f2321aa92102849d928409fc97ded Mon Sep 17 00:00:00 2001 From: Robert Boloc Date: Fri, 24 Aug 2012 12:25:30 +0200 Subject: [PATCH 1/2] removed extra spaces from test file --- test/Reader/IniTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Reader/IniTest.php b/test/Reader/IniTest.php index 3ddd24f..7c7a316 100644 --- a/test/Reader/IniTest.php +++ b/test/Reader/IniTest.php @@ -84,7 +84,7 @@ public function testFromStringWithSection() $this->assertEquals($arrayIni['all']['bar'][1], 'foo'); } - public function testFromStringNested() + public function testFromStringNested() { $ini = << Date: Fri, 24 Aug 2012 12:37:01 +0200 Subject: [PATCH 2/2] removed trailing spaces --- test/Reader/IniTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Reader/IniTest.php b/test/Reader/IniTest.php index 7c7a316..66484b9 100644 --- a/test/Reader/IniTest.php +++ b/test/Reader/IniTest.php @@ -83,7 +83,7 @@ public function testFromStringWithSection() $this->assertEquals($arrayIni['all']['bar'][0], 'baz'); $this->assertEquals($arrayIni['all']['bar'][1], 'foo'); } - + public function testFromStringNested() { $ini = <<assertEquals($arrayIni['foobar'][0], 'foobarArray'); $this->assertEquals($arrayIni['foo']['baz'][0], 'foobaz1'); $this->assertEquals($arrayIni['foo']['baz'][1], 'foobaz2'); - } + } }