mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
v2.2.7
This commit is contained in:
parent
3f0abdc409
commit
7b89c4084c
@ -61,7 +61,7 @@ class RetailCRMTest extends RetailcrmTestCase
|
||||
$this->assertArrayHasKey('index', $customer['address']);
|
||||
$this->assertArrayHasKey('city', $customer['address']);
|
||||
$this->assertArrayHasKey('text', $customer['address']);
|
||||
$this->assertArrayHasKey('countryIso', $customer);
|
||||
$this->assertArrayHasKey('countryIso', $customer['address']);
|
||||
}
|
||||
|
||||
public function testHookActionOrderEdited()
|
||||
|
Loading…
x
Reference in New Issue
Block a user