Skip to content

Commit e4818e0

Browse files
author
Joan He
committed
Merge remote-tracking branch 'origin/MAGETWO-87436-debug' into BugFixPR
2 parents 25301f7 + 0f25860 commit e4818e0

File tree

1 file changed

+3
-4
lines changed
  • dev/tests/integration/testsuite/Magento/SalesRule/Model/Rule/Condition

1 file changed

+3
-4
lines changed

dev/tests/integration/testsuite/Magento/SalesRule/Model/Rule/Condition/ProductTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,14 @@ protected function setUp()
3636
* @magentoAppIsolation enabled
3737
* @param int $categoryId
3838
* @param bool $expectedResult
39+
*
40+
* @magentoDataFixture Magento/ConfigurableProduct/_files/quote_with_configurable_product.php
41+
* @magentoDataFixture Magento/SalesRule/_files/rules_category.php
3942
* @dataProvider validateProductConditionDataProvider
4043
* @magentoDbIsolation disabled
4144
*/
4245
public function testValidateCategorySalesRuleIncludesChildren($categoryId, $expectedResult)
4346
{
44-
//* @magentoDataFixture Magento/ConfigurableProduct/_files/quote_with_configurable_product.php
45-
//* @magentoDataFixture Magento/SalesRule/_files/rules_category.php
46-
$this->markTestSkipped('MAGETWO-87436');
47-
4847
// Load the quote that contains a child of a configurable product
4948
/** @var \Magento\Quote\Model\Quote $quote */
5049
$quote = $this->objectManager->create(\Magento\Quote\Model\Quote::class)

0 commit comments

Comments
 (0)