Skip to content

Commit 1a208f2

Browse files
author
Igor Melnikov
committed
MAGETWO-66331: Implement solution to update duplicate rows at once and add environment variable to control batch size
- fixing unit test
1 parent 1b33efe commit 1a208f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Test/Unit/Model/ObjectManagerProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function setUp()
4646

4747
public function testGet()
4848
{
49-
$initParams = ['param' => 'value'];
49+
$initParams = array_merge(['param' => 'value'], $_SERVER);
5050

5151
$this->serviceLocatorMock
5252
->expects($this->atLeastOnce())

0 commit comments

Comments
 (0)