Skip to content

Commit

Permalink
Fix tests for translations
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Jul 14, 2020
1 parent 99fd347 commit 2b124f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/PaymentPart/TranslationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public function allTranslationsProvider()
{
return [
['de', ['paymentPart' => 'Zahlteil']],
['fr', ['paymentPart' => 'Section paiement']],
['it', ['paymentPart' => 'Sezione pagamento']],
['fr', ['paymentPart' => 'Section de paiement']],
['it', ['paymentPart' => 'Sezione di pagamento']],
['en', ['paymentPart' => 'Payment part']]
];
}
Expand All @@ -38,8 +38,8 @@ public function singleTranslationProvider()
{
return [
['de', 'paymentPart', 'Zahlteil'],
['fr', 'paymentPart', 'Section paiement'],
['it', 'paymentPart', 'Sezione pagamento'],
['fr', 'paymentPart', 'Section de paiement'],
['it', 'paymentPart', 'Sezione di pagamento'],
['en', 'paymentPart', 'Payment part']
];
}
Expand Down

0 comments on commit 2b124f0

Please sign in to comment.