| 1 | <?php |
||
| 23 | final class ThemeTranslationResourceSpec extends ObjectBehavior |
||
| 24 | { |
||
| 25 | function let(ThemeInterface $theme): void |
||
| 31 | |||
| 32 | function it_implements_translation_resource_interface(): void |
||
| 36 | |||
| 37 | function it_is_a_translation_resource_value_object(): void |
||
| 44 | |||
| 45 | function it_throws_an_invalid_argument_exception_if_failed_to_instantiate_with_given_filepath(ThemeInterface $theme): void |
||
| 53 | } |
||
| 54 |