Update test for code changes in Shop 1.5
This commit is contained in:
parent
5ad1605185
commit
d29a4c68aa
1 changed files with 2 additions and 0 deletions
|
|
@ -205,10 +205,12 @@ cmp_deeply(
|
|||
$defaultDriver->getId => {
|
||||
label => $defaultDriver->get('label'),
|
||||
price => ignore(),
|
||||
hasPrice => 0,
|
||||
},
|
||||
$driver->getId => {
|
||||
label => $driver->get('label'),
|
||||
price => ignore(),
|
||||
hasPrice => 0,
|
||||
},
|
||||
},
|
||||
'getOptions returns the two enabled shipping drivers'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue