1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00
Edit tests
This commit is contained in:
Ivan Chaplygin 2024-04-11 14:41:12 +03:00
parent 854bd70071
commit 858dd73caa

View file

@ -412,18 +412,6 @@ class WC_Retailcrm_Base_Test extends WC_Retailcrm_Test_Case_Helper
$this->assertEquals('', $this->baseRetailcrm->validate_api_url_field('', 'https://test.simla.com/test'));
}
public function test_get_status_coupon()
{
$result = $this->baseRetailcrm->get_status_coupon();
$result = json_decode($result);
$this->assertEquals('yes', $result['coupon_status']);
$this->assertEquals(
"To activate the loyalty program it is necessary to activate the <a href='?page=wc-settings'>'enable use of coupons option",
$result['translate']['coupon_warning']
);
}
private function getJsonData($text)
{
preg_match('/{.*}/', $text, $matches);