Skip to content

Commit 680a015

Browse files
committed
MAGETWO-52728: CLONE - Cannot import negative quantity
- CR fix
1 parent 3291289 commit 680a015

File tree

1 file changed

+3
-2
lines changed
  • app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator

1 file changed

+3
-2
lines changed

app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/QuantityTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © 2016 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\CatalogImportExport\Test\Unit\Model\Import\Product\Validator;
87

98
use Magento\CatalogImportExport\Model\Import\Product;
@@ -14,7 +13,9 @@
1413
*/
1514
class QuantityTest extends \PHPUnit_Framework_TestCase
1615
{
17-
/** @var Quantity */
16+
/**
17+
* @var Quantity
18+
*/
1819
private $quantity;
1920

2021
protected function setUp()

0 commit comments

Comments
 (0)