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' =>
'all',
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,
73 )->setAvailableSortBy(
86 $registry->unregister(
'_fixture/Magento_SalesRule_Category');
static getObjectManager()