8000 src/Symfony/Component/Translation/phpunit · symfony/symfony@93b861d · GitHub
[go: up one dir, main page]

Skip to content

Commit 93b861d

Browse files
committed
src/Symfony/Component/Translation/phpunit
1 parent ad787fd commit 93b861d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ public function testNestedArrays()
16591659
$this->assertEquals(array(
16601660
'foo' => array(
16611661
array(
1662-
1, 2
1662+
1, 2,
16631663
),
16641664
),
16651665
), $this->resolver->resolve(
@@ -1681,7 +1681,7 @@ public function testNested2Arrays()
16811681
array(
16821682
array(
16831683
array(
1684-
1, 2
1684+
1, 2,
16851685
),
16861686
),
16871687
),

0 commit comments

Comments
 (0)
0