File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
dev/tests/integration/testsuite/Magento/SalesRule/Model/Rule/Condition Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,14 @@ protected function setUp()
36
36
* @magentoAppIsolation enabled
37
37
* @param int $categoryId
38
38
* @param bool $expectedResult
39
+ *
40
+ * @magentoDataFixture Magento/ConfigurableProduct/_files/quote_with_configurable_product.php
41
+ * @magentoDataFixture Magento/SalesRule/_files/rules_category.php
39
42
* @dataProvider validateProductConditionDataProvider
40
43
* @magentoDbIsolation disabled
41
44
*/
42
45
public function testValidateCategorySalesRuleIncludesChildren ($ categoryId , $ expectedResult )
43
46
{
44
- //* @magentoDataFixture Magento/ConfigurableProduct/_files/quote_with_configurable_product.php
45
- //* @magentoDataFixture Magento/SalesRule/_files/rules_category.php
46
- $ this ->markTestSkipped ('MAGETWO-87436 ' );
47
-
48
47
// Load the quote that contains a child of a configurable product
49
48
/** @var \Magento\Quote\Model\Quote $quote */
50
49
$ quote = $ this ->objectManager ->create (\Magento \Quote \Model \Quote::class)
You can’t perform that action at this time.
0 commit comments