Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | function it_is_an_actor() |
||
22 | { |
||
23 | $iri = InverseFunctionalIdentifier::withMbox('mailto:[email protected]'); |
||
24 | $this->beConstructedWith($iri); |
||
25 | $this->shouldHaveType('Xabbuh\XApi\Model\Actor'); |
||
26 | } |
||
27 | |||
51 |