8000 fixed typo · alex-dev/symfony@87c0659 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87c0659

Browse files
committed
fixed typo
1 parent e339e11 commit 87c0659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function testTranslator()
206206
$this->assertEquals(array('fr'), $calls[0][1][0]);
207207
}
208208

209-
public function testTranslatorMultipleFullback()
209+
public function testTranslatorMultipleFallbacks()
210210
{
211211
$container = $this->createContainerFromFile('translator_fallbacks');
212212

0 commit comments

Comments
 (0)
0