File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Indexer/Test/Unit/Console/Command
Store/Test/Unit/Console/Command Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
use Magento \Framework \Indexer \StateInterface ;
9
9
use Magento \Indexer \Console \Command \IndexerStatusCommand ;
10
- use Symfony \Component \Console \Helper \Table ;
11
10
use Symfony \Component \Console \Tester \CommandTester ;
12
11
13
12
class IndexerStatusCommandTest extends AbstractIndexerCommandCommonSetup
@@ -94,7 +93,7 @@ public function testExecuteAll(array $indexers)
94
93
$ objectManager = new \Magento \Framework \TestFramework \Unit \Helper \ObjectManager ($ this );
95
94
$ this ->objectManager ->method ('create ' )->willReturnCallback (
96
95
function ($ class , $ arguments ) use ($ objectManager ) {
97
- return $ objectManager ->getObject (Table:: class, $ arguments );
96
+ return $ objectManager ->getObject ($ class , $ arguments );
98
97
}
99
98
);
100
99
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ function ($arguments) {
47
47
}
48
48
);
49
49
50
-
51
50
$ this ->command = $ this ->objectManager ->getObject (
52
51
WebsiteListCommand::class,
53
52
[
You can’t perform that action at this time.
0 commit comments