File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
setup/src/Magento/Setup/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 25
25
use Magento \Framework \Filesystem ;
26
26
use Magento \Framework \Filesystem \Directory \WriteInterface ;
27
27
use Magento \Framework \Filesystem \DriverPool ;
28
- use Magento \Framework \Math \Random ;
29
28
use Magento \Framework \Model \ResourceModel \Db \Context ;
30
29
use Magento \Framework \Module \ModuleList \Loader ;
31
30
use Magento \Framework \Module \ModuleListInterface ;
@@ -231,11 +230,8 @@ protected function setUp(): void
231
230
['Foo_One ' , 'Bar_Two ' ]
232
231
);
233
232
$ this ->moduleLoader = $ this ->createMock (Loader::class);
234
- $ this ->directoryList =
235
- $ this ->createMock (DirectoryList::class);
236
233
$ this ->adminFactory = $ this ->createMock (AdminAccountFactory::class);
237
234
$ this ->logger = $ this ->getMockForAbstractClass (LoggerInterface::class);
238
- $ this ->random = $ this ->createMock (Random::class);
239
235
$ this ->connection = $ this ->getMockForAbstractClass (AdapterInterface::class);
240
236
$ this ->maintenanceMode = $ this ->createMock (MaintenanceMode::class);
241
237
$ this ->filesystem = $ this ->createMock (Filesystem::class);
You can’t perform that action at this time.
0 commit comments