Skip to content

Commit

Permalink
add YAML as valid format
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryPEGEOT committed Mar 9, 2019
1 parent 8ad89c1 commit aca1f60
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -143,7 +143,7 @@ private function createCommandTester($extractedMessages = [], $loadedMessages =
->expects($this->any())
->method('getFormats')
->will(
$this->returnValue(['xlf', 'yml'])
$this->returnValue(['xlf', 'yml', 'yaml'])
);

if (null === $kernel) {
Expand Down

0 comments on commit aca1f60

Please sign in to comment.