Fixture for creating a Customer Groups
Definition at line 16 of file CustomerGroupsFixture.php.
◆ __construct()
◆ execute()
Definition at line 58 of file CustomerGroupsFixture.php.
60 $existingCustomerGroupsCount = $this->groupCollectionFactory->create()->getSize();
61 $customerGroupsCount = $this->fixtureModel->getValue(
'customer_groups', 0);
62 if ($customerGroupsCount < 1) {
66 for (
$i = $existingCustomerGroupsCount;
$i < $customerGroupsCount; ++
$i) {
69 ->setCode(
'customer_group_' .
$i)
70 ->setTaxClassId(self::DEFAULT_TAX_CLASS_ID);
◆ getActionTitle()
◆ introduceParamLabels()
◆ $priority
◆ DEFAULT_TAX_CLASS_ID
const DEFAULT_TAX_CLASS_ID = 3 |
The documentation for this class was generated from the following file: