Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
14 | public function let(AlmaClient $client, Bib $bib, Representation $representation) |
||
15 | { |
||
16 | $bib->mms_id = '990006312214702204'; |
||
17 | $representation->representation_id = '22163771200002204'; |
||
18 | $file_id = '23163771190002204'; |
||
19 | |||
20 | $this->beConstructedWith($client, $bib, $representation, $file_id); |
||
21 | } |
||
22 | |||
29 |