Skip to content

Commit 08f3905

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-37614: Stabilize story
1 parent 6521a8e commit 08f3905

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Customer/Model/Resource/Customer

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Customer/Model/Resource/Customer/CollectionTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public function testAddNameToSelect()
2626
$this->_collection->addNameToSelect();
2727
$joinParts = $this->_collection->getSelect()->getPart(\Zend_Db_Select::FROM);
2828

29-
$this->assertEmpty($joinParts);
29+
$this->assertArrayHasKey('e', $joinParts);
30+
$this->assertCount(1, $joinParts);
3031
}
3132
}

0 commit comments

Comments
 (0)