Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | function let() |
||
14 | { |
||
15 | $this->beConstructedWith(new AgentProfile('id', new Agent(InverseFunctionalIdentifier::withMbox('mailto:[email protected]'))), new DocumentData(array( |
||
16 | 'x' => 'foo', |
||
17 | 'y' => 'bar', |
||
18 | ))); |
||
19 | } |
||
20 | |||
41 |