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 bebbc6b commit 809a0c0Copy full SHA for 809a0c0
app/code/Magento/SalesRule/Test/Unit/Observer/CouponCodeValidationTest.php
@@ -74,12 +74,9 @@ protected function setUp()
74
$this->searchCriteriaBuilderMock = $this->getMockBuilder(SearchCriteriaBuilder::class)
75
->setMethods(['addFilter', 'create'])
76
->disableOriginalConstructor()->getMockForAbstractClass();
77
- $this->quoteMock = $this->createPartialMock(Quote::class,
78
- [
79
- 'getCouponCode',
80
- 'setCouponCode',
81
- 'getId'
82
- ]
+ $this->quoteMock = $this->createPartialMock(
+ Quote::class,
+ ['getCouponCode', 'setCouponCode', 'getId']
83
);
84
85
$this->couponCodeValidation = new CouponCodeValidation(
0 commit comments