Skip to content

Commit 732a3e0

Browse files
committed
ACPT-860: Indexation time is calculated incorrectly
- Fix static test failure;
1 parent 1843e28 commit 732a3e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Indexer/Test/Unit/Console/Command/IndexerReindexCommandTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88
namespace Magento\Indexer\Test\Unit\Console\Command;
99

1010
use Magento\Framework\Console\Cli;
11-
use Magento\Framework\Exception\LocalizedException;
1211
use Magento\Framework\Indexer\Config\DependencyInfoProvider;
1312
use Magento\Framework\Indexer\ConfigInterface;
1413
use Magento\Framework\Indexer\IndexerInterface;
1514
use Magento\Framework\Indexer\IndexerRegistry;
1615
use Magento\Framework\Indexer\StateInterface;
17-
use Magento\Framework\Phrase;
1816
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager as ObjectManagerHelper;
1917
use Magento\Indexer\Console\Command\IndexerReindexCommand;
2018
use Magento\Indexer\Model\Config;
@@ -27,7 +25,7 @@
2725
*/
2826
class 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
*

0 commit comments

Comments
 (0)