Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
37 | function it_is_not_equal_to_a_group() |
||
38 | { |
||
39 | $this->beConstructedWith(InverseFunctionalIdentifier::withMbox('mailto:[email protected]')); |
||
40 | |||
41 | $this->equals(new Group(InverseFunctionalIdentifier::withMbox('mailto:[email protected]')))->shouldReturn(false); |
||
42 | } |
||
43 | |||
51 |