Skip to content

Commit 27d74d4

Browse files
committed
MAGETWO-63226: Impossible to perform mass update on product with 60+ attributes in system
1 parent 9a1e078 commit 27d74d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Eav/Test/Unit/Model/ResourceModel/Entity/Attribute/CollectionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
*
4-
* Copyright © Magento, Inc. All rights reserved.
4+
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
55
* See COPYING.txt for license details.
66
*/
77

@@ -113,7 +113,7 @@ protected function setUp()
113113
->getMock();
114114

115115
$this->connectionMock->expects($this->any())->method('select')->willReturn($this->selectMock);
116-
116+
117117
$objectManager = new ObjectManager($this);
118118
$this->model = $objectManager->getObject(
119119
\Magento\Eav\Model\ResourceModel\Entity\Attribute\Collection::class,

0 commit comments

Comments
 (0)