Skip to content

Commit

Permalink
Adds new language with translations for unit test #3149
Browse files Browse the repository at this point in the history
to test injecting non-exists extensions translations language
  • Loading branch information
afbora committed Feb 11, 2021
1 parent becafd8 commit a6933f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Cms/App/AppTranslationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ public function testTranslationFromCurrentLanguage()
'translations' => [
'button' => 'Knopf'
]
],
[
'code' => 'en',
'translations' => [
'hello' => 'Hello'
]
]
],
'translations' => [
Expand Down

0 comments on commit a6933f7

Please sign in to comment.