Completed
Push — revert-2726-EZP-30821 ( acd83d )
by Marek
34:55 queued 16:38
created
eZ/Publish/Core/Repository/Tests/Service/Mock/UrlTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -436,6 +436,10 @@
 block discarded – undo
436 436
             ->getMock();
437 437
     }
438 438
 
439
+    /**
440
+     * @param integer $id
441
+     * @param string $url
442
+     */
439 443
     private function getApiUrl($id = null, $url = null)
440 444
     {
441 445
         return new URL(['id' => $id, 'url' => $url]);
Please login to merge, or discard this patch.