1 | <?php |
||
19 | final class CurrencyNameConverterSpec extends ObjectBehavior |
||
20 | { |
||
21 | function it_implements_a_currency_name_converter_interface(): void |
||
25 | |||
26 | function it_converts_an_english_currency_name_to_code_by_default(): void |
||
30 | |||
31 | function it_converts_a_name_to_a_code_for_given_locale(): void |
||
35 | |||
36 | function it_throws_an_invalid_argument_exception_when_currency_not_exists(): void |
||
40 | } |
||
41 |