mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-04-06 14:43:37 +03:00
v2.2.7
This commit is contained in:
parent
3f0abdc409
commit
7b89c4084c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue