Skip to content

Commit a37f51e

Browse files
MAGETWO-62405: Ignoring product visibility for SalesRules
1 parent e43ee92 commit a37f51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Test/Unit/Model/Rule/Condition/ProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected function setUp()
100100
$this->selectMock
101101
->expects($this->any())
102102
->method('from')
103-
->with($this->anything(),$this->anything())
103+
->with($this->anything(), $this->anything())
104104
->willReturnSelf();
105105
$this->adapterInterfaceMock = $this->getMockBuilder(AdapterInterface::class)
106106
->disableOriginalConstructor()

0 commit comments

Comments
 (0)