Definition at line 9 of file GroupTest.php.
◆ setUp()
Definition at line 21 of file GroupTest.php.
24 \
Magento\Customer\Model\Group::class
27 \
Magento\Customer\Api\Data\GroupInterfaceFactory::class
static getObjectManager()
◆ testCRUD()
Definition at line 31 of file GroupTest.php.
33 $this->groupModel->setCode(
'test');
34 $crud = new \Magento\TestFramework\Entity($this->groupModel, [
'customer_group_code' => uniqid()]);
◆ $groupFactory
◆ $groupModel
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/integration/testsuite/Magento/Customer/Model/GroupTest.php