Completed
Push — master ( 1d2ba7...aa22c8 )
by Dan Michael O.
13:25
created
spec/Bibs/RepresentationSpec.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
         $this->beConstructedWith($client, $bib, $representation_id);
21 21
     }
22 22
 
23
+    /**
24
+     * @param AlmaClient $client
25
+     */
23 26
     protected function expectRequest($client)
24 27
     {
25 28
         $client->getJSON('/bibs/abc/representations/123')
Please login to merge, or discard this patch.
spec/Bibs/RepresentationsSpec.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@
 block discarded – undo
22 22
         $this->shouldHaveType(Representations::class);
23 23
     }
24 24
 
25
+    /**
26
+     * @param AlmaClient $client
27
+     */
25 28
     protected function expectRequest($client)
26 29
     {
27 30
         $client->getJSON('/bibs/abc/representations')
Please login to merge, or discard this patch.