| 1 | <?php |
||
| 18 | final class ExternalReferenceSpec extends ObjectBehavior |
||
| 19 | { |
||
| 20 | function let(): void |
||
| 24 | |||
| 25 | function it_returns_whether_it_is_valid(): void |
||
| 36 | |||
| 37 | function it_returns_container_and_service_identifiers(): void |
||
| 42 | |||
| 43 | function it_throws_an_exception_if_trying_to_create_with_invalid_identifier(): void |
||
| 49 | } |
||
| 50 |