Skip to content

Commit 30c38a4

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-44160: Shopping Cart Rule applying irrespective of Website
1 parent 17a3f82 commit 30c38a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tests/integration/testsuite/Magento/SalesRule/Model/Resource/Rule/CollectionTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ public function testSetValidationFilter($couponCode, $expectedItems)
3636
public function setValidationFilterDataProvider()
3737
{
3838
return [
39-
'Check type COUPON' => ['coupon_code', ['#1', '#2', '#5']],
39+
'Check type COUPON' => ['coupon_code', ['#1', '#5']],
4040
'Check type NO_COUPON' => ['', ['#2', '#5']],
41-
'Check type COUPON_AUTO' => ['coupon_code_auto', ['#2', '#4', '#5']],
42-
'Check result with auto generated coupon' => ['autogenerated_3_1', ['#2', '#3', '#5']],
41+
'Check type COUPON_AUTO' => ['coupon_code_auto', ['#4', '#5']],
42+
'Check result with auto generated coupon' => ['autogenerated_3_1', ['#3', '#5']],
4343
'Check result with non actual previously generated coupon' => [
4444
'autogenerated_2_1',
4545
['#2', '#5'],
4646
],
47-
'Check result with wrong code' => ['wrong_code', ['#2', '#5']]
47+
'Check result with wrong code' => ['wrong_code', ['#5']]
4848
];
4949
}
5050
}

0 commit comments

Comments
 (0)