Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
44 | function it_is_not_equal_to_an_activity() |
||
45 | { |
||
46 | $this->beConstructedWith(InverseFunctionalIdentifier::withMbox('mailto:[email protected]')); |
||
47 | |||
48 | $this->equals(new Activity())->shouldReturn(false); |
||
49 | } |
||
50 | } |
||
51 |