diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php index 9915efadd0..c326da95bb 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php @@ -206,7 +206,7 @@ abstract class FrameworkExtensionTest extends TestCase $this->assertEquals(array('fr'), $calls[0][1][0]); } - public function testTranslatorMultipleFullback() + public function testTranslatorMultipleFallbacks() { $container = $this->createContainerFromFile('translator_fallbacks');