Skip to content

Commit 0ee195c

Browse files
Merge branch '5.4' into 6.0
* 5.4: [FrameworkBundle] fix test
2 parents 1ed5e59 + b45fec3 commit 0ee195c

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)