Skip to content

Commit b45fec3

Browse files
[FrameworkBundle] fix test
1 parent d54edff commit b45fec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Command/TranslationUpdateCommandCompletionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function ($path, $catalogue) use ($loadedMessages) {
133133
$application = new Application($kernel);
134134
$application->add($command);
135135

136-
return new CommandCompletionTester($application->find('translation:update'));
136+
return new CommandCompletionTester($application->find('translation:extract'));
137137
}
138138

139139
private function getBundle($path)

0 commit comments

Comments
 (0)