Skip to content

Commit a44701d

Browse files
committed
MAGETWO-55903: Prepare PR
-Fix integration test
1 parent 57ffc5c commit a44701d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Setup/Model/ObjectManagerProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ObjectManagerProviderTest extends \PHPUnit_Framework_TestCase
2323
protected function setUp()
2424
{
2525
$this->locator = $this->getMockForAbstractClass('Zend\ServiceManager\ServiceLocatorInterface');
26-
$this->object = new ObjectManagerProvider($this->locator);
26+
$this->object = new ObjectManagerProvider($this->locator, new Bootstrap());
2727
}
2828

2929
public function testGet()

0 commit comments

Comments
 (0)