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 423ff9e commit faf84f1Copy full SHA for faf84f1
app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Quote/CollectionTest.php
@@ -111,7 +111,6 @@ public function testResolveCustomerNames()
111
$customerTableName = 'customer_entity';
112
$customerId = ['customer_id' => ['test_id']];
113
$customersData = [['entity_id' => 'test_id', 'name' => 'item_1']];
114
- $itemData = ['test'];
115
116
$this->selectMock->expects($this->any())
117
->method('getConnection')
0 commit comments