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 @@ -28,14 +28,13 @@ protected function setUp()
28
28
* @magentoAppIsolation enabled
29
29
* @param int $categoryId
30
30
* @param bool $expectedResult
31
+ *
32
+ * @magentoDataFixture Magento/ConfigurableProduct/_files/quote_with_configurable_product.php
33
+ * @magentoDataFixture Magento/SalesRule/_files/rules_category.php
31
34
* @dataProvider validateProductConditionDataProvider
32
35
*/
33
36
public function testValidateCategorySalesRuleIncludesChildren ($ categoryId , $ expectedResult )
34
37
{
35
- //* @magentoDataFixture Magento/ConfigurableProduct/_files/quote_with_configurable_product.php
36
- //* @magentoDataFixture Magento/SalesRule/_files/rules_category.php
37
- $ this ->markTestSkipped ('MAGETWO-87436 ' );
38
-
39
38
// Load the quote that contains a child of a configurable product
40
39
/** @var \Magento\Quote\Model\Quote $quote */
41
40
$ quote = $ this ->objectManager ->create (\Magento \Quote \Model \Quote::class)
You can’t perform that action at this time.
0 commit comments