@@ -8,7 +8,6 @@ |
||
8 | 8 | use Scriptotek\Alma\Conf\Library; |
9 | 9 | use Scriptotek\Alma\TaskLists\RequestedResource; |
10 | 10 | use PhpSpec\ObjectBehavior; |
11 | -use Prophecy\Argument; |
|
12 | 11 | use spec\Scriptotek\Alma\SpecHelper; |
13 | 12 | |
14 | 13 | class RequestedResourcesSpec extends ObjectBehavior |
@@ -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\Conf\Library; |
26 | 25 | use Scriptotek\Alma\Exception\ClientException as AlmaClientException; |
27 | 26 | use Scriptotek\Alma\Exception\InvalidApiKey; |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Scriptotek\Alma\Model; |
4 | 4 | |
5 | -use Scriptotek\Alma\Exception\ClientException; |
|
6 | - |
|
7 | 5 | /** |
8 | 6 | * A SimplePaginatedList is a list that is paged using the `offset` |
9 | 7 | * and `limit` parameters and that provides a `totalRecordCount` in the first response, |