@@ -79,10 +79,10 @@ public function testSubmitFromSingleTextDateTimeWithDefaultFormat()
79
79
80
80
public function testSubmitFromSingleTextDateTime ()
81
81
{
82
- // we test against "de_AT ", so we need the full implementation
82
+ // we test against "de_DE ", so we need the full implementation
83
83
IntlTestHelper::requireFullIntl ($ this , false );
84
84
85
- \Locale::setDefault ('de_AT ' );
85
+ \Locale::setDefault ('de_DE ' );
86
86
87
87
$ form = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\DateType ' , null , array (
88
88
'format ' => \IntlDateFormatter::MEDIUM ,
@@ -100,10 +100,10 @@ public function testSubmitFromSingleTextDateTime()
100
100
101
101
public function testSubmitFromSingleTextString ()
102
102
{
103
- // we test against "de_AT ", so we need the full implementation
103
+ // we test against "de_DE ", so we need the full implementation
104
104
IntlTestHelper::requireFullIntl ($ this , false );
105
105
106
- \Locale::setDefault ('de_AT ' );
106
+ \Locale::setDefault ('de_DE ' );
107
107
108
108
$ form = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\DateType ' , null , array (
109
109
'format ' => \IntlDateFormatter::MEDIUM ,
@@ -121,10 +121,10 @@ public function testSubmitFromSingleTextString()
121
121
122
122
public function testSubmitFromSingleTextTimestamp ()
123
123
{
124
- // we test against "de_AT ", so we need the full implementation
124
+ // we test against "de_DE ", so we need the full implementation
125
125
IntlTestHelper::requireFullIntl ($ this , false );
126
126
127
- \Locale::setDefault ('de_AT ' );
127
+ \Locale::setDefault ('de_DE ' );
128
128
129
129
$ form = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\DateType ' , null , array (
130
130
'format ' => \IntlDateFormatter::MEDIUM ,
@@ -144,10 +144,10 @@ public function testSubmitFromSingleTextTimestamp()
144
144
145
145
public function testSubmitFromSingleTextRaw ()
146
146
{
147
- // we test against "de_AT ", so we need the full implementation
147
+ // we test against "de_DE ", so we need the full implementation
148
148
IntlTestHelper::requireFullIntl ($ this , false );
149
149
150
- \Locale::setDefault ('de_AT ' );
150
+ \Locale::setDefault ('de_DE ' );
151
151
152
152
$ form = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\DateType ' , null , array (
153
153
'format ' => \IntlDateFormatter::MEDIUM ,
@@ -408,10 +408,10 @@ public function testThrowExceptionIfDaysIsInvalid()
408
408
409
409
public function testSetDataWithNegativeTimezoneOffsetStringInput ()
410
410
{
411
- // we test against "de_AT ", so we need the full implementation
411
+ // we test against "de_DE ", so we need the full implementation
412
412
IntlTestHelper::requireFullIntl ($ this , false );
413
413
414
- \Locale::setDefault ('de_AT ' );
414
+ \Locale::setDefault ('de_DE ' );
415
415
416
416
$ form = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\DateType ' , null , array (
417
417
'format ' => \IntlDateFormatter::MEDIUM ,
@@ -430,10 +430,10 @@ public function testSetDataWithNegativeTimezoneOffsetStringInput()
430
430
431
431
public function testSetDataWithNegativeTimezoneOffsetDateTimeInput ()
432
432
{
433
- // we test against "de_AT ", so we need the full implementation
433
+ // we test against "de_DE ", so we need the full implementation
434
434
IntlTestHelper::requireFullIntl ($ this , false );
435
435
436
- \Locale::setDefault ('de_AT ' );
436
+ \Locale::setDefault ('de_DE ' );
437
437
438
438
$ form = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\DateType ' , null , array (
439
439
'format ' => \IntlDateFormatter::MEDIUM ,
0 commit comments