Skip to content

Commit 99853f7

Browse files
committed
MAGETWO-88409: Builds stabilization for PR
- tests fix
1 parent 50342f5 commit 99853f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ 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();
363364
$total = count($script) + 4 * count(array_filter($estimatedModules));
364365
$this->progress = new Installer\Progress($total, 0);
365366

0 commit comments

Comments
 (0)