11 'name' =>
'50% Off on Large Orders',
13 'customer_group_ids' => [\
Magento\Customer\Model\GroupManagement::NOT_LOGGED_IN_ID],
14 'coupon_type' => \
Magento\SalesRule\Model\Rule::COUPON_TYPE_NO_COUPON,
15 'simple_action' =>
'by_percent',
16 'discount_amount' => 50,
18 'stop_rules_processing' => 1,
20 \
Magento\TestFramework\Helper\Bootstrap::getObjectManager()->
get(
21 \
Magento\Store\Model\StoreManagerInterface::class
22 )->getWebsite()->getId()
28 'type' => \
Magento\SalesRule\Model\Rule\Condition\Combine::class,
32 'is_value_processed' =>
null,
33 'aggregator' =>
'any',
37 'type' => \
Magento\SalesRule\Model\Rule\Condition\Product\Found::class,
41 'is_value_processed' =>
null,
42 'aggregator' =>
'all',
46 'type' => \
Magento\SalesRule\Model\Rule\Condition\Product::class,
47 'attribute' =>
'category_ids',
50 'is_value_processed' =>
false,
53 'type' => \
Magento\SalesRule\Model\Rule\Condition\Product::class,
54 'attribute' =>
'attribute_set_id',
57 'is_value_processed' =>
false,
62 'type' => \
Magento\SalesRule\Model\Rule\Condition\Product\Found::class,
66 'is_value_processed' =>
null,
67 'aggregator' =>
'all',
71 'type' => \
Magento\SalesRule\Model\Rule\Condition\Product::class,
72 'attribute' =>
'quote_item_price',
75 'is_value_processed' =>
false,
78 'type' => \
Magento\SalesRule\Model\Rule\Condition\Product::class,
79 'attribute' =>
'category_ids',
82 'is_value_processed' =>
false,
95 $registry->unregister(
'_fixture/Magento_SalesRule_Group_Multiple_Categories');
static getObjectManager()