We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f72842 commit 46d7fe9Copy full SHA for 46d7fe9
app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Flat/Table/BuilderTest.php
@@ -38,7 +38,8 @@ public function testAddColumn()
38
$builder = $objectManagerHelper->getObject(
39
\Magento\Catalog\Model\Indexer\Product\Flat\Table\Builder::class,
40
[
41
- 'connection' => $this->connectionMock
+ 'connection' => $this->connectionMock,
42
+ 'tableName' => $tableName
43
]
44
);
45
$this->assertEquals($builder, $builder->addColumn('test', \Magento\Framework\DB\Ddl\Table::TYPE_INTEGER));
0 commit comments