1 | <?php |
||
24 | final class ProviderBasedLocaleContextSpec extends ObjectBehavior |
||
25 | { |
||
26 | function let(LocaleProviderInterface $localeProvider): void |
||
30 | |||
31 | function it_is_a_locale_context(): void |
||
35 | |||
36 | function it_returns_the_channels_default_locale(LocaleProviderInterface $localeProvider): void |
||
43 | |||
44 | function it_throws_a_locale_not_found_exception_if_default_locale_is_not_available( |
||
52 | } |
||
53 |