| 1 | <?php |
||
| 20 | final class CountryNameConverterSpec extends ObjectBehavior |
||
| 21 | { |
||
| 22 | function it_is_initializable(): void |
||
| 26 | |||
| 27 | function it_implements_country_name_to_code_converter_interface(): void |
||
| 31 | |||
| 32 | function it_converts_english_country_name_to_codes_by_default(): void |
||
| 38 | |||
| 39 | function it_converts_country_name_to_codes_for_given_locale(): void |
||
| 45 | |||
| 46 | function it_throws_an_exception_if_country_name_cannot_be_converted_to_code(): void |
||
| 50 | } |
||
| 51 |