Skip to content

Commit 6edd0cf

Browse files
committed
MAGETWO-88409: Builds stabilization for PR
- tests fix
1 parent 6e3fdcc commit 6edd0cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup/src/Magento/Setup/Model/Installer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ public function install($request)
360360
$script[] = ['Post installation file permissions check...', 'checkApplicationFilePermissions', []];
361361
$script[] = ['Write installation date...', 'writeInstallationDate', []];
362362
$estimatedModules = $this->createModulesConfig($request, true);
363-
$this->objectManagerProvider->reset();
364363
$total = count($script) + 4 * count(array_filter($estimatedModules));
365364
$this->progress = new Installer\Progress($total, 0);
366365

0 commit comments

Comments
 (0)