Skip to content

Commit a88f95d

Browse files
committed
B2B-1785: Cannot enable remote storage with install command when modules are not enabled
1 parent 6bd0a74 commit a88f95d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
use Magento\Framework\Filesystem;
2626
use Magento\Framework\Filesystem\Directory\WriteInterface;
2727
use Magento\Framework\Filesystem\DriverPool;
28-
use Magento\Framework\Math\Random;
2928
use Magento\Framework\Model\ResourceModel\Db\Context;
3029
use Magento\Framework\Module\ModuleList\Loader;
3130
use Magento\Framework\Module\ModuleListInterface;
@@ -231,11 +230,8 @@ protected function setUp(): void
231230
['Foo_One', 'Bar_Two']
232231
);
233232
$this->moduleLoader = $this->createMock(Loader::class);
234-
$this->directoryList =
235-
$this->createMock(DirectoryList::class);
236233
$this->adminFactory = $this->createMock(AdminAccountFactory::class);
237234
$this->logger = $this->getMockForAbstractClass(LoggerInterface::class);
238-
$this->random = $this->createMock(Random::class);
239235
$this->connection = $this->getMockForAbstractClass(AdapterInterface::class);
240236
$this->maintenanceMode = $this->createMock(MaintenanceMode::class);
241237
$this->filesystem = $this->createMock(Filesystem::class);

0 commit comments

Comments
 (0)