update Shop/Address test for recent RFE addition
This commit is contained in:
parent
99a9da626d
commit
5104f5f4c8
1 changed files with 13 additions and 11 deletions
|
|
@ -129,17 +129,19 @@ is($address->getId, $address->get('addressId'), 'getId is an alias for get addre
|
||||||
cmp_deeply(
|
cmp_deeply(
|
||||||
$address->get,
|
$address->get,
|
||||||
{
|
{
|
||||||
label => undef,
|
label => undef,
|
||||||
firstName => undef,
|
firstName => undef,
|
||||||
lastName => undef,
|
lastName => undef,
|
||||||
address1 => undef,
|
address1 => undef,
|
||||||
address2 => undef,
|
address2 => undef,
|
||||||
address3 => undef,
|
address3 => undef,
|
||||||
city => undef,
|
city => undef,
|
||||||
state => undef,
|
state => undef,
|
||||||
country => undef,
|
country => undef,
|
||||||
code => undef,
|
code => undef,
|
||||||
phoneNumber => undef,
|
phoneNumber => undef,
|
||||||
|
email => undef,
|
||||||
|
organization => undef,
|
||||||
addressId => ignore(), #checked elsewhere
|
addressId => ignore(), #checked elsewhere
|
||||||
addressBookId => $book->getId,
|
addressBookId => $book->getId,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue