| Current Path : /home/rtorresani/www/dev/tests/integration/testsuite/Magento/SalesRule/_files/ |
| Current File : //home/rtorresani/www/dev/tests/integration/testsuite/Magento/SalesRule/_files/rules_rollback.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
use Magento\SalesRule\Model\Rule;
$collection = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
->get(\Magento\SalesRule\Model\ResourceModel\Rule\Collection::class);
/** @var Rule $rule */
foreach ($collection as $rule) {
$rule->delete();
}