| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | function its_properties_can_be_read() |
||
| 18 | { |
||
| 19 | $iri = InverseFunctionalIdentifier::withMbox('mailto:[email protected]'); |
||
| 20 | $this->beConstructedWith($iri, 'test'); |
||
| 21 | |||
| 22 | $this->getInverseFunctionalIdentifier()->shouldReturn($iri); |
||
| 23 | $this->getName()->shouldReturn('test'); |
||
| 24 | } |
||
| 25 | } |
||
| 26 |