| 1 | <?php |
||
| 19 | final class CountryNameExtensionSpec extends ObjectBehavior |
||
| 20 | { |
||
| 21 | function it_is_a_twig_extension(): void |
||
| 25 | |||
| 26 | function it_translates_country_iso_code_into_name(): void |
||
| 30 | |||
| 31 | function it_translates_country_into_name(CountryInterface $country): void |
||
| 37 | |||
| 38 | function it_translates_country_code_to_name_according_to_locale(): void |
||
| 42 | } |
||
| 43 |