File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/code/Magento/Indexer/Test/Unit/Console/Command Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 88namespace Magento \Indexer \Test \Unit \Console \Command ;
99
1010use Magento \Framework \Console \Cli ;
11- use Magento \Framework \Exception \LocalizedException ;
1211use Magento \Framework \Indexer \Config \DependencyInfoProvider ;
1312use Magento \Framework \Indexer \ConfigInterface ;
1413use Magento \Framework \Indexer \IndexerInterface ;
1514use Magento \Framework \Indexer \IndexerRegistry ;
1615use Magento \Framework \Indexer \StateInterface ;
17- use Magento \Framework \Phrase ;
1816use Magento \Framework \TestFramework \Unit \Helper \ObjectManager as ObjectManagerHelper ;
1917use Magento \Indexer \Console \Command \IndexerReindexCommand ;
2018use Magento \Indexer \Model \Config ;
2725 */
2826class IndexerReindexCommandTest extends AbstractIndexerCommandCommonSetup
2927{
30- const STUB_INDEXER_NAME = 'Indexer Name ' ;
28+ private const STUB_INDEXER_NAME = 'Indexer Name ' ;
3129 /**
3230 * Command being tested
3331 *
You can’t perform that action at this time.
0 commit comments