@@ -23,6 +23,9 @@ |
||
23 | 23 | $this->shouldHaveType(ElectronicCollections::class); |
24 | 24 | } |
25 | 25 | |
26 | + /** |
|
27 | + * @param AlmaClient $client |
|
28 | + */ |
|
26 | 29 | protected function expectRequest($client) |
27 | 30 | { |
28 | 31 | $client->getJSON('/bibs/abc/e-collections') |
@@ -25,6 +25,9 @@ |
||
25 | 25 | $this->shouldHaveType(Portfolio::class); |
26 | 26 | } |
27 | 27 | |
28 | + /** |
|
29 | + * @param AlmaClient $client |
|
30 | + */ |
|
28 | 31 | protected function expectRequest($client) |
29 | 32 | { |
30 | 33 | $client->getJSON('/bibs/abc/portfolios/123') |
@@ -23,6 +23,9 @@ |
||
23 | 23 | $this->shouldHaveType(Portfolios::class); |
24 | 24 | } |
25 | 25 | |
26 | + /** |
|
27 | + * @param AlmaClient $client |
|
28 | + */ |
|
26 | 29 | protected function expectRequest($client) |
27 | 30 | { |
28 | 31 | $client->getJSON('/bibs/abc/portfolios') |
@@ -20,6 +20,9 @@ |
||
20 | 20 | $this->beConstructedWith($client, $bib, $representation_id); |
21 | 21 | } |
22 | 22 | |
23 | + /** |
|
24 | + * @param AlmaClient $client |
|
25 | + */ |
|
23 | 26 | protected function expectRequest($client) |
24 | 27 | { |
25 | 28 | $client->getJSON('/bibs/abc/representations/123') |
@@ -22,6 +22,9 @@ |
||
22 | 22 | $this->shouldHaveType(Representations::class); |
23 | 23 | } |
24 | 24 | |
25 | + /** |
|
26 | + * @param AlmaClient $client |
|
27 | + */ |
|
25 | 28 | protected function expectRequest($client) |
26 | 29 | { |
27 | 30 | $client->getJSON('/bibs/abc/representations') |