Completed
Push — master ( b1cece...fec3d4 )
by Gabriel
05:44 queued 03:52
created
Test/Unit/Model/Inventory/StockbaseStockManagementTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -252,6 +252,10 @@
 block discarded – undo
252 252
         );
253 253
     }
254 254
     
255
+    /**
256
+     * @param integer $productId
257
+     * @param string $ean
258
+     */
255 259
     protected function configureStockbaseEan($productId, $ean)
256 260
     {
257 261
         $this->stockRegistry->method('getStockItem')->with($productId)->willReturn($this->stockItem);
Please login to merge, or discard this patch.