parent
858dd73caa
commit
aa33cb6ef1
1 changed files with 14 additions and 0 deletions
|
@ -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 [
|
||||
|
|
Loading…
Add table
Reference in a new issue