Skip to content

Commit 835e48a

Browse files
author
Joan He
committed
MAGETWO-90719:Exception is thrown when you re-order a product with custom options from Admin
- Fix static test failure
1 parent 6bf82ae commit 835e48a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Product/Option/Type/File/ValidatorInfoTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ class ValidatorInfoTest extends \PHPUnit\Framework\TestCase
3030
*/
3131
protected $validateFactoryMock;
3232

33+
/**
34+
* {@inheritdoc}
35+
*/
3336
protected function setUp()
3437
{
3538
$this->objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();

0 commit comments

Comments
 (0)