Skip to content

Commit ac74109

Browse files
MAGETWO-64669: Performance degradation for bundle product if price view set as from..to
1 parent 875ad0a commit ac74109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Test/Unit/Model/Product/TypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ public function testIsVirtual()
18211821
->method('isVirtual')
18221822
->will($this->returnValue(true));
18231823
$selectionMock->expects($this->once())
1824-
->method('getSize')
1824+
->method('count')
18251825
->will($this->returnValue(1));
18261826

18271827
$this->assertTrue($this->model->isVirtual($productMock));

0 commit comments

Comments
 (0)