From 9e9f9ed53e116bee381c572d6a62a0a1ecee9be1 Mon Sep 17 00:00:00 2001 From: Xeux Innovations Date: Sat, 16 Sep 2023 09:37:58 -0500 Subject: [PATCH] Update SpanishCurrencyTransformerTest.php (#67) Tests for previous commit Co-authored-by: Karol Wnuk --- tests/CurrencyTransformer/SpanishCurrencyTransformerTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/CurrencyTransformer/SpanishCurrencyTransformerTest.php b/tests/CurrencyTransformer/SpanishCurrencyTransformerTest.php index d3a96933..05c09c2e 100644 --- a/tests/CurrencyTransformer/SpanishCurrencyTransformerTest.php +++ b/tests/CurrencyTransformer/SpanishCurrencyTransformerTest.php @@ -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'],