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 4fc9572 commit 49cbcc9Copy full SHA for 49cbcc9
app/code/Magento/Customer/Test/Unit/Model/ResourceModel/Customer/GridTest.php
@@ -90,7 +90,7 @@ public function testSyncCustomerGrid()
90
->with(\Magento\Customer\Model\Customer::CUSTOMER_GRID_INDEXER_ID, [])
91
->willReturn($gridTable);
92
93
- $this->connection->expects($this->exactly(2))
+ $this->resource->expects($this->exactly(2))
94
->method('getTableName')
95
->willReturnMap([
96
[$gridTable],
0 commit comments