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 e43ee92 commit a37f51eCopy full SHA for a37f51e
app/code/Magento/SalesRule/Test/Unit/Model/Rule/Condition/ProductTest.php
@@ -100,7 +100,7 @@ protected function setUp()
100
$this->selectMock
101
->expects($this->any())
102
->method('from')
103
- ->with($this->anything(),$this->anything())
+ ->with($this->anything(), $this->anything())
104
->willReturnSelf();
105
$this->adapterInterfaceMock = $this->getMockBuilder(AdapterInterface::class)
106
->disableOriginalConstructor()
0 commit comments