Test Failed
Push — master ( 45b675...c0597d )
by Dan Michael O.
02:21
created
spec/Bibs/BibSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
spec/Bibs/HoldingSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
spec/Conf/LibrarySpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
spec/Conf/LocationSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Bibs/Bib.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Client.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.