@@ -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 | { |
@@ -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; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Psr\Http\Message\UriInterface; |
7 | 7 | use Scriptotek\Alma\Analytics\Report; |
8 | 8 | use Scriptotek\Alma\Analytics\Row; |
9 | -use Scriptotek\Alma\Analytics\Rows; |
|
10 | 9 | use Scriptotek\Alma\Client; |
11 | 10 | use Scriptotek\Alma\Exception\ResourceNotFound; |
12 | 11 | use spec\Scriptotek\Alma\SpecHelper; |
@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace spec\Scriptotek\Alma\Users; |
4 | 4 | |
5 | 5 | use PhpSpec\ObjectBehavior; |
6 | -use Prophecy\Argument; |
|
7 | -use Psr\Http\Message\UriInterface; |
|
8 | 6 | use Scriptotek\Alma\Client as AlmaClient; |
9 | 7 | use Scriptotek\Alma\Users\Fee; |
10 | 8 | use Scriptotek\Alma\Users\User; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Scriptotek\Alma\Model; |
4 | 4 | |
5 | 5 | use Psr\Http\Message\UriInterface; |
6 | -use Scriptotek\Alma\Client; |
|
7 | 6 | use Scriptotek\Alma\Exception\ResourceNotFound; |
8 | 7 | |
9 | 8 | /** |