File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
dev/tests/integration/testsuite/Magento/SalesRule/Model/Quote Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -866,6 +866,7 @@ public function testDiscountOnSimpleProductWhenBuyXGetYRuleHasDiscountQtyStepSpe
866
866
}
867
867
868
868
#[
869
+ AppIsolation(true ),
869
870
DataFixture(ProductFixture::class, ['price ' => 100 ], 'p1 ' ),
870
871
DataFixture(
871
872
RuleFixture::class,
@@ -938,6 +939,7 @@ public function testSubtotalWithDiscountShouldReflectPreviouslyAppliedRules(): v
938
939
}
939
940
940
941
#[
942
+ AppIsolation(true ),
941
943
DataFixture(ProductFixture::class, ['price ' => 100 ], 'p1 ' ),
942
944
DataFixture(
943
945
RuleFixture::class,
@@ -1015,6 +1017,7 @@ public function testSubtotalWithDiscountShouldReflectPreviouslyAppliedRulesForSh
1015
1017
}
1016
1018
1017
1019
#[
1020
+ AppIsolation(true ),
1018
1021
DataFixture(ProductFixture::class, ['price ' => 100 ], 'p1 ' ),
1019
1022
DataFixture(ProductFixture::class, ['price ' => 100 ], 'p2 ' ),
1020
1023
DataFixture(ProductFixture::class, ['price ' => 100 ], 'p3 ' ),
You can’t perform that action at this time.
0 commit comments