Skip to content

Commit 8c3acc5

Browse files
committed
MAGETWO-54740: Imported products are incorrectly in stock if 'allow_backorders' enabled
1 parent 210c70e commit 8c3acc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/ProductTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ public function testSaveWithDifferentQty()
597597
* @param int $qty
598598
* @param int $stockStatus
599599
* @param bool $expectedStockStatus
600-
*
601600
*/
602601
public function testSaveWithBackordersEnabled(int $qty, int $stockStatus, bool $expectedStockStatus)
603602
{
@@ -618,7 +617,7 @@ public function testSaveWithBackordersEnabled(int $qty, int $stockStatus, bool $
618617

619618
/**
620619
* DataProvider for the testSaveWithBackordersEnabled()
621-
* return array
620+
* @return array
622621
*/
623622
public function productWithBackordersDataProvider(): array
624623
{

0 commit comments

Comments
 (0)