@@ -22,6 +22,10 @@ |
||
22 | 22 | $this->beConstructedWith($client, $mms_id); |
23 | 23 | } |
24 | 24 | |
25 | + /** |
|
26 | + * @param AlmaClient $client |
|
27 | + * @param UriInterface $url |
|
28 | + */ |
|
25 | 29 | protected function expectRequest($client, $url) { |
26 | 30 | $client->buildUrl('/bibs/999104760474702204', []) |
27 | 31 | ->shouldBeCalled() |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Psr\Http\Message\UriInterface; |
8 | 8 | use Scriptotek\Alma\Bibs\Bib; |
9 | 9 | use Scriptotek\Alma\Bibs\Bibs; |
10 | -use Scriptotek\Alma\Bibs\Holding; |
|
11 | 10 | use Scriptotek\Alma\Bibs\Holdings; |
12 | 11 | use Scriptotek\Alma\Client as AlmaClient; |
13 | 12 | use Scriptotek\Alma\Exception\ResourceNotFound; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace spec\Scriptotek\Alma\Bibs; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | 6 | use Psr\Http\Message\UriInterface; |
8 | 7 | use Scriptotek\Alma\Bibs\Bib; |
9 | 8 | use Scriptotek\Alma\Bibs\Holding; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Scriptotek\Alma\Client as AlmaClient; |
6 | 6 | use Scriptotek\Alma\Conf\Library; |
7 | 7 | use PhpSpec\ObjectBehavior; |
8 | -use Prophecy\Argument; |
|
9 | 8 | use Scriptotek\Alma\Conf\Locations; |
10 | 9 | |
11 | 10 | class LibrarySpec extends ObjectBehavior |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Scriptotek\Alma\Conf\Library; |
7 | 7 | use Scriptotek\Alma\Conf\Location; |
8 | 8 | use PhpSpec\ObjectBehavior; |
9 | -use Prophecy\Argument; |
|
10 | 9 | |
11 | 10 | class LocationSpec extends ObjectBehavior |
12 | 11 | { |
@@ -2,11 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Scriptotek\Alma\Bibs; |
4 | 4 | |
5 | -use Danmichaelo\QuiteSimpleXMLElement\QuiteSimpleXMLElement; |
|
6 | 5 | use Scriptotek\Alma\Client; |
7 | 6 | use Scriptotek\Alma\Exception\NoLinkedNetworkZoneRecordException; |
8 | 7 | use Scriptotek\Alma\GhostModel; |
9 | -use Scriptotek\Alma\GhostResource; |
|
10 | 8 | use Scriptotek\Marc\Record as MarcRecord; |
11 | 9 | use Scriptotek\Sru\Record as SruRecord; |
12 | 10 |
@@ -166,7 +166,7 @@ discard block |
||
166 | 166 | /** |
167 | 167 | * Set the Alma region code ('na' for North America, 'eu' for Europe, 'ap' for Asia Pacific). |
168 | 168 | * |
169 | - * @param $regionCode |
|
169 | + * @param string $regionCode |
|
170 | 170 | * |
171 | 171 | * @throws \ErrorException |
172 | 172 | * |
@@ -183,7 +183,6 @@ discard block |
||
183 | 183 | } |
184 | 184 | |
185 | 185 | /** |
186 | - * @param string $url|UriInterface |
|
187 | 186 | * @param array $query |
188 | 187 | * |
189 | 188 | * @return UriInterface |
@@ -259,9 +258,9 @@ discard block |
||
259 | 258 | /** |
260 | 259 | * Make a GET request. |
261 | 260 | * |
262 | - * @param string $url|UriInterface |
|
263 | 261 | * @param array $query |
264 | 262 | * @param string $contentType |
263 | + * @param string $url |
|
265 | 264 | * |
266 | 265 | * @return string Response body |
267 | 266 | */ |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use Scriptotek\Alma\Bibs\Bibs; |
22 | 22 | use Scriptotek\Alma\Bibs\Items; |
23 | 23 | use Scriptotek\Alma\Conf\Conf; |
24 | -use Scriptotek\Alma\Conf\Libraries; |
|
25 | 24 | use Scriptotek\Alma\Exception\ClientException as AlmaClientException; |
26 | 25 | use Scriptotek\Alma\Exception\InvalidApiKey; |
27 | 26 | use Scriptotek\Alma\Exception\MaxNumberOfAttemptsExhausted; |