Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdaa4d6

Browse files
[FrameworkBundle] remove dead code
1 parent 82d5ff0 commit cdaa4d6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,6 @@ function ($path, $catalogue) use ($loadedMessages) {
180180
->willReturnMap($returnValues);
181181
}
182182

183-
$kernel
184-
->expects($this->any())
185-
->method('getRootDir')
186-
->willReturn($this->translationDir);
187-
188183
$kernel
189184
->expects($this->any())
190185
->method('getBundles')

0 commit comments

Comments
 (0)