File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
lib/internal/Magento/Framework/Test/Unit/Mview/View/ChangelogBatchWalker Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 23
23
use Magento \Framework \DB \Ddl \Table ;
24
24
use Magento \Framework \Mview \View \ChangelogBatchWalker \IdsTableBuilder ;
25
25
use Magento \Framework \Mview \View \ChangelogInterface ;
26
+ use PHPUnit \Framework \MockObject \MockObject ;
26
27
use PHPUnit \Framework \TestCase ;
27
28
28
29
class IdsTableBuilderTest extends TestCase
29
30
{
30
31
/**
31
- * @var ResourceConnection
32
+ * @var ResourceConnection|MockObject
32
33
*/
33
34
private $ resourceConnection ;
34
35
35
36
/**
36
- * @var ChangelogInterface
37
+ * @var ChangelogInterface|MockObject
37
38
*/
38
39
private $ changeLog ;
39
40
40
41
/**
41
- * @var AdapterInterface
42
+ * @var AdapterInterface|MockObject
42
43
*/
43
44
private $ connection ;
44
45
45
46
/**
46
- * @var Table
47
+ * @var Table|MockObject
47
48
*/
48
49
private $ table ;
49
50
You can’t perform that action at this time.
0 commit comments