1
0
Fork 0
mirror of synced 2025-04-03 22:03:34 +03:00
Add Test
This commit is contained in:
Ivan Chaplygin 2024-04-11 15:01:42 +03:00
parent 858dd73caa
commit aa33cb6ef1

View file

@ -71,6 +71,20 @@ class WC_Retailcrm_Loyalty_Test extends WC_Retailcrm_Test_Case_Helper
}
}
public function testRegistrationLoyalty()
{
$result = $this->loyalty->registerCustomer(1, '89999999999', 'test');
$this->assertTrue($result);
}
public function testActivateLoyalty()
{
$result = $this->loyalty->activateLoyaltyCustomer(1);
$this->assertTrue($result);
}
public function responseLoyalty()
{
return [