| 1 | <?php |
||
| 22 | final class LocaleConverterSpec extends ObjectBehavior |
||
| 23 | { |
||
| 24 | function it_is_a_locale_converter(): void |
||
| 28 | |||
| 29 | function it_converts_locale_name_to_locale_code(): void |
||
| 35 | |||
| 36 | function it_converts_locale_code_to_locale_name(): void |
||
| 42 | |||
| 43 | function it_throws_invalid_argument_exception_if_cannot_convert_name_to_code(): void |
||
| 47 | |||
| 48 | function it_throws_invalid_argument_exception_if_cannot_convert_code_to_name(): void |
||
| 52 | } |
||
| 53 |