This commit is contained in:
Sergey 2018-10-30 17:15:48 +03:00
parent 3f0abdc409
commit 7b89c4084c

View File

@ -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()