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 828e5e8 commit 6521a8eCopy full SHA for 6521a8e
dev/tests/integration/testsuite/Magento/Customer/Model/Resource/Customer/CollectionTest.php
@@ -26,10 +26,6 @@ public function testAddNameToSelect()
26
$this->_collection->addNameToSelect();
27
$joinParts = $this->_collection->getSelect()->getPart(\Zend_Db_Select::FROM);
28
29
- $this->assertArrayHasKey('at_prefix', $joinParts);
30
- $this->assertArrayHasKey('at_firstname', $joinParts);
31
- $this->assertArrayHasKey('at_middlename', $joinParts);
32
- $this->assertArrayHasKey('at_lastname', $joinParts);
33
- $this->assertArrayHasKey('at_suffix', $joinParts);
+ $this->assertEmpty($joinParts);
34
}
35
0 commit comments