8000 add YAML as valid format · symfony/symfony@aca1f60 · GitHub
[go: up one dir, main page]

Skip to content

Commit aca1f60

Browse files
committed
add YAML as valid format
1 parent 8ad89c1 commit aca1f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private function createCommandTester($extractedMessages = [], $loadedMessages =
143143
->expects($this->any())
144144
->method('getFormats')
145145
->will(
146-
$this->returnValue(['xlf', 'yml'])
146+
$this->returnValue(['xlf', 'yml', 'yaml'])
147147
);
148148

149149
if (null === $kernel) {

0 commit comments

Comments
 (0)
0