Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | function it_is_an_actor() |
||
11 | { |
||
12 | $iri = InverseFunctionalIdentifier::withMbox('mailto:[email protected]'); |
||
13 | $this->beConstructedWith($iri); |
||
14 | $this->shouldHaveType('Xabbuh\XApi\Model\Actor'); |
||
15 | } |
||
16 | |||
26 |