diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php index 999ee459d6..9aedfe37b1 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php @@ -180,11 +180,6 @@ class TranslationUpdateCommandTest extends TestCase ->willReturnMap($returnValues); } - $kernel - ->expects($this->any()) - ->method('getRootDir') - ->willReturn($this->translationDir); - $kernel ->expects($this->any()) ->method('getBundles')