1 | <?php |
||
23 | final class CountryNameConverterSpec extends ObjectBehavior |
||
24 | { |
||
25 | function it_is_initializable(): void |
||
29 | |||
30 | function it_implements_country_name_to_code_converter_interface(): void |
||
34 | |||
35 | function it_converts_english_country_name_to_codes_by_default(): void |
||
41 | |||
42 | function it_converts_country_name_to_codes_for_given_locale(): void |
||
48 | |||
49 | function it_throws_an_exception_if_country_name_cannot_be_converted_to_code(): void |
||
53 | } |
||
54 |