Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Sep 19, 2023
1 parent ab51edd commit 9cf690e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Translator/tests/ManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ public function testCatalogue(): void
'ru',
[
'messages' => [
'message' => 'translation'
'message' => 'translation',
'should_be_override' => 'changed by application translation'
],
'views' => [
'Welcome To Spiral' => 'Добро пожаловать в Spiral Framework',
Expand All @@ -91,7 +92,8 @@ public function testCatalogue(): void
'ru',
[
'messages' => [
'message' => 'new message'
'message' => 'new message',
'should_be_override' => 'changed by application translation'
],
'views' => [
'Welcome To Spiral' => 'Добро пожаловать в Spiral Framework',
Expand Down

0 comments on commit 9cf690e

Please sign in to comment.