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