updated composer packages (#559)

This commit is contained in:
Kevin Papst
2019-02-11 20:38:40 +01:00
committed by GitHub
parent 331ea586f1
commit 742e6eb3a3
4 changed files with 693 additions and 577 deletions

View File

@@ -212,15 +212,15 @@ class CustomerControllerTest extends ControllerBaseTest
[
'customer_edit_form' => [
'name' => '',
'country' => '00', // TODO why does it not fail?
'currency' => '00', // TODO why does it not fail?
'country' => '00',
'currency' => '00',
'timezone' => 'XXX'
]
],
[
'#customer_edit_form_name',
//'#customer_edit_form_country',
//'#customer_edit_form_currency',
'#customer_edit_form_country',
'#customer_edit_form_currency',
'#customer_edit_form_timezone',
]
],