| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 37 | function it_is_a_translation_resource_value_object(): void |
||
| 38 | { |
||
| 39 | $this->getName()->shouldReturn('my-domain.my-locale.my-format'); |
||
| 40 | $this->getDomain()->shouldReturn('my-domain'); |
||
| 41 | $this->getLocale()->shouldReturn('my-locale@theme-name'); |
||
| 42 | $this->getFormat()->shouldReturn('my-format'); |
||
| 43 | } |
||
| 44 | |||
| 54 |