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
866866 }
867867
868868 #[
869+ AppIsolation(true ),
869870 DataFixture(ProductFixture::class, ['price ' => 100 ], 'p1 ' ),
870871 DataFixture(
871872 RuleFixture::class,
@@ -938,6 +939,7 @@ public function testSubtotalWithDiscountShouldReflectPreviouslyAppliedRules(): v
938939 }
939940
940941 #[
942+ AppIsolation(true ),
941943 DataFixture(ProductFixture::class, ['price ' => 100 ], 'p1 ' ),
942944 DataFixture(
943945 RuleFixture::class,
@@ -1015,6 +1017,7 @@ public function testSubtotalWithDiscountShouldReflectPreviouslyAppliedRulesForSh
10151017 }
10161018
10171019 #[
1020+ AppIsolation(true ),
10181021 DataFixture(ProductFixture::class, ['price ' => 100 ], 'p1 ' ),
10191022 DataFixture(ProductFixture::class, ['price ' => 100 ], 'p2 ' ),
10201023 DataFixture(ProductFixture::class, ['price ' => 100 ], 'p3 ' ),
You can’t perform that action at this time.
0 commit comments