@@ -6,7 +6,6 @@ |
||
6 | 6 | use Scriptotek\Alma\Bibs\ElectronicCollections; |
7 | 7 | use Scriptotek\Alma\Client as AlmaClient; |
8 | 8 | use PhpSpec\ObjectBehavior; |
9 | -use Prophecy\Argument; |
|
10 | 9 | use Scriptotek\Alma\Electronic\Collection; |
11 | 10 | use spec\Scriptotek\Alma\SpecHelper; |
12 | 11 |
@@ -3,10 +3,8 @@ |
||
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\Portfolio; |
9 | -use Scriptotek\Alma\Bibs\Portfolios; |
|
10 | 8 | use Scriptotek\Alma\Client as AlmaClient; |
11 | 9 | use Scriptotek\Alma\Electronic\Collection; |
12 | 10 | use spec\Scriptotek\Alma\SpecHelper; |
@@ -3,9 +3,7 @@ |
||
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 | -use Scriptotek\Alma\Bibs\Portfolio; |
|
9 | 7 | use Scriptotek\Alma\Bibs\Portfolios; |
10 | 8 | use Scriptotek\Alma\Client as AlmaClient; |
11 | 9 | use spec\Scriptotek\Alma\SpecHelper; |
@@ -4,11 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Scriptotek\Alma\Bibs\Bib; |
6 | 6 | use Scriptotek\Alma\Bibs\File; |
7 | -use Scriptotek\Alma\Bibs\Representations; |
|
8 | 7 | use Scriptotek\Alma\Bibs\Representation; |
9 | 8 | use Scriptotek\Alma\Client as AlmaClient; |
10 | 9 | use PhpSpec\ObjectBehavior; |
11 | -use Prophecy\Argument; |
|
12 | 10 | use spec\Scriptotek\Alma\SpecHelper; |
13 | 11 | |
14 | 12 | class RepresentationSpec extends ObjectBehavior |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Scriptotek\Alma\Bibs\Representations; |
7 | 7 | use Scriptotek\Alma\Client as AlmaClient; |
8 | 8 | use PhpSpec\ObjectBehavior; |
9 | -use Prophecy\Argument; |
|
10 | 9 | use spec\Scriptotek\Alma\SpecHelper; |
11 | 10 | |
12 | 11 | class RepresentationsSpec extends ObjectBehavior |