Skip to content

Commit 045267c

Browse files
committed
ACP2E-2692: "Base table or view not found" error occurs when partial reindex
1 parent cc260f8 commit 045267c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/internal/Magento/Framework/Test/Unit/Mview/View/ChangelogBatchWalker/IdsTableBuilderTest.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,28 @@
2323
use Magento\Framework\DB\Ddl\Table;
2424
use Magento\Framework\Mview\View\ChangelogBatchWalker\IdsTableBuilder;
2525
use Magento\Framework\Mview\View\ChangelogInterface;
26+
use PHPUnit\Framework\MockObject\MockObject;
2627
use PHPUnit\Framework\TestCase;
2728

2829
class IdsTableBuilderTest extends TestCase
2930
{
3031
/**
31-
* @var ResourceConnection
32+
* @var ResourceConnection|MockObject
3233
*/
3334
private $resourceConnection;
3435

3536
/**
36-
* @var ChangelogInterface
37+
* @var ChangelogInterface|MockObject
3738
*/
3839
private $changeLog;
3940

4041
/**
41-
* @var AdapterInterface
42+
* @var AdapterInterface|MockObject
4243
*/
4344
private $connection;
4445

4546
/**
46-
* @var Table
47+
* @var Table|MockObject
4748
*/
4849
private $table;
4950

0 commit comments

Comments
 (0)