Skip to content

Commit eeefc7c

Browse files
author
Bohdan Korablov
committed
Merge branch 'MAGETWO-55903' of https://github.com/magento-falcons/magento2ce into MAGETWO-55903
2 parents 578f2cd + a44701d commit eeefc7c

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)