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
866
866
}
867
867
868
868
#[
869
- AppIsolation(true ),
870
869
DataFixture(ProductFixture::class, ['price ' => 100 ], 'p1 ' ),
871
870
DataFixture(
872
871
RuleFixture::class,
@@ -939,7 +938,6 @@ public function testSubtotalWithDiscountShouldReflectPreviouslyAppliedRules(): v
939
938
}
940
939
941
940
#[
942
- AppIsolation(true ),
943
941
DataFixture(ProductFixture::class, ['price ' => 100 ], 'p1 ' ),
944
942
DataFixture(
945
943
RuleFixture::class,
@@ -1017,7 +1015,6 @@ public function testSubtotalWithDiscountShouldReflectPreviouslyAppliedRulesForSh
1017
1015
}
1018
1016
1019
1017
#[
1020
- AppIsolation(true ),
1021
1018
DataFixture(ProductFixture::class, ['price ' => 100 ], 'p1 ' ),
1022
1019
DataFixture(ProductFixture::class, ['price ' => 100 ], 'p2 ' ),
1023
1020
DataFixture(ProductFixture::class, ['price ' => 100 ], 'p3 ' ),
You can’t perform that action at this time.
0 commit comments