[FrameworkBundle] remove dead code

This commit is contained in:
Nicolas Grekas 2019-06-08 16:18:47 +02:00
parent 82d5ff075a
commit cdaa4d69e9
1 changed files with 0 additions and 5 deletions

View File

@ -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')