Skip to content

Commit

Permalink
Update SpanishCurrencyTransformerTest.php (#67)
Browse files Browse the repository at this point in the history
Tests for previous commit

Co-authored-by: Karol Wnuk <[email protected]>
  • Loading branch information
xeux and kwn authored Sep 16, 2023
1 parent d7a138e commit 9e9f9ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CurrencyTransformer/SpanishCurrencyTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ protected function setUp(): void
public function providerItConvertsMoneyAmountToWords(): array
{
return [
[100, 'PAB', 'un balboa'],
[100, 'PLN', 'un zloty'],
[100, 'DOP', 'un peso dominicano'],
[200, 'PAB', 'dos balboas'],
[200, 'PLN', 'dos zlotys'],
[200, 'DOP', 'dos pesos dominicanos'],
[500, 'EUR', 'cinco euros'],
Expand Down

0 comments on commit 9e9f9ed

Please sign in to comment.