File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
dev/tests/integration/testsuite/Magento/SalesRule/Model/Quote Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -866,7 +866,6 @@ public function testDiscountOnSimpleProductWhenBuyXGetYRuleHasDiscountQtyStepSpe
866866 }
867867
868868 #[
869- AppIsolation(true ),
870869 DataFixture(ProductFixture::class, ['price ' => 100 ], 'p1 ' ),
871870 DataFixture(
872871 RuleFixture::class,
@@ -939,7 +938,6 @@ public function testSubtotalWithDiscountShouldReflectPreviouslyAppliedRules(): v
939938 }
940939
941940 #[
942- AppIsolation(true ),
943941 DataFixture(ProductFixture::class, ['price ' => 100 ], 'p1 ' ),
944942 DataFixture(
945943 RuleFixture::class,
@@ -1017,7 +1015,6 @@ public function testSubtotalWithDiscountShouldReflectPreviouslyAppliedRulesForSh
10171015 }
10181016
10191017 #[
1020- AppIsolation(true ),
10211018 DataFixture(ProductFixture::class, ['price ' => 100 ], 'p1 ' ),
10221019 DataFixture(ProductFixture::class, ['price ' => 100 ], 'p2 ' ),
10231020 DataFixture(ProductFixture::class, ['price ' => 100 ], 'p3 ' ),
You can’t perform that action at this time.
0 commit comments