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 6521a8e commit 08f3905Copy full SHA for 08f3905
dev/tests/integration/testsuite/Magento/Customer/Model/Resource/Customer/CollectionTest.php
@@ -26,6 +26,7 @@ public function testAddNameToSelect()
26
$this->_collection->addNameToSelect();
27
$joinParts = $this->_collection->getSelect()->getPart(\Zend_Db_Select::FROM);
28
29
- $this->assertEmpty($joinParts);
+ $this->assertArrayHasKey('e', $joinParts);
30
+ $this->assertCount(1, $joinParts);
31
}
32
0 commit comments