1 | <?php |
||
20 | class ProvinceNamingExtensionSpec extends ObjectBehavior |
||
21 | { |
||
22 | function let(ProvinceNamingProviderInterface $provinceNamingProvider) |
||
26 | |||
27 | function it_is_initializable() |
||
31 | |||
32 | function it_is_a_twig_extension() |
||
36 | |||
37 | function it_gets_province_name_by_its_code(ProvinceNamingProviderInterface $provinceNamingProvider) |
||
43 | |||
44 | function it_gets_province_abbreviation_by_its_code(ProvinceNamingProviderInterface $provinceNamingProvider) |
||
50 | |||
51 | function it_has_name() |
||
55 | } |
||
56 |