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 8
8
namespace Magento \Indexer \Test \Unit \Console \Command ;
9
9
10
10
use Magento \Framework \Console \Cli ;
11
- use Magento \Framework \Exception \LocalizedException ;
12
11
use Magento \Framework \Indexer \Config \DependencyInfoProvider ;
13
12
use Magento \Framework \Indexer \ConfigInterface ;
14
13
use Magento \Framework \Indexer \IndexerInterface ;
15
14
use Magento \Framework \Indexer \IndexerRegistry ;
16
15
use Magento \Framework \Indexer \StateInterface ;
17
- use Magento \Framework \Phrase ;
18
16
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager as ObjectManagerHelper ;
19
17
use Magento \Indexer \Console \Command \IndexerReindexCommand ;
20
18
use Magento \Indexer \Model \Config ;
27
25
*/
28
26
class IndexerReindexCommandTest extends AbstractIndexerCommandCommonSetup
29
27
{
30
- const STUB_INDEXER_NAME = 'Indexer Name ' ;
28
+ private const STUB_INDEXER_NAME = 'Indexer Name ' ;
31
29
/**
32
30
* Command being tested
33
31
*
You can’t perform that action at this time.
0 commit comments