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

@@ -10,7 +10,7 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-pdo": "*", "ext-pdo": "*",
"ext-zip": "*", "ext-zip": "*",
"beberlei/DoctrineExtensions": "^1.0", "beberlei/doctrineextensions": "^1.2",
"dama/doctrine-test-bundle": "^5.0", "dama/doctrine-test-bundle": "^5.0",
"doctrine/doctrine-fixtures-bundle": "^3.0", "doctrine/doctrine-fixtures-bundle": "^3.0",
"erusev/parsedown": "^1.6", "erusev/parsedown": "^1.6",

1255
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"beberlei/doctrineextensions": { "beberlei/doctrineextensions": {
"version": "v1.0.20" "version": "v1.2.0"
}, },
"composer/semver": { "composer/semver": {
"version": "1.4.2" "version": "1.4.2"
@@ -164,6 +164,9 @@
"markbaker/complex": { "markbaker/complex": {
"version": "1.4.6" "version": "1.4.6"
}, },
"markbaker/matrix": {
"version": "1.1.4"
},
"monolog/monolog": { "monolog/monolog": {
"version": "1.23.0" "version": "1.23.0"
}, },

View File

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