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 2323use Magento \Framework \DB \Ddl \Table ;
2424use Magento \Framework \Mview \View \ChangelogBatchWalker \IdsTableBuilder ;
2525use Magento \Framework \Mview \View \ChangelogInterface ;
26+ use PHPUnit \Framework \MockObject \MockObject ;
2627use PHPUnit \Framework \TestCase ;
2728
2829class 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
You can’t perform that action at this time.
0 commit comments