| 1 | <?php  | 
            ||
| 21 | final class ImmutableTranslationLocaleProviderSpec extends ObjectBehavior  | 
            ||
| 22 | { | 
            ||
| 23 | function let()  | 
            ||
| 27 | |||
| 28 | function it_is_initializable()  | 
            ||
| 32 | |||
| 33 | function it_implements_translation_locale_provider_interface()  | 
            ||
| 37 | |||
| 38 | function it_returns_defined_locales_codes()  | 
            ||
| 42 | |||
| 43 | function it_returns_the_default_locale_code()  | 
            ||
| 47 | }  | 
            ||
| 48 |