@@ -69,10 +69,10 @@ public function testSubmitFromSingleTextDateTimeWithDefaultFormat()
69
69
70
70
public function testSubmitFromSingleTextDateTime ()
71
71
{
72
- // we test against "de_AT ", so we need the full implementation
72
+ // we test against "de_DE ", so we need the full implementation
73
73
IntlTestHelper::requireFullIntl ($ this , false );
74
74
75
- \Locale::setDefault ('de_AT ' );
75
+ \Locale::setDefault ('de_DE ' );
76
76
77
77
$ form = $ this ->factory ->create ('date ' , null , array (
78
78
'format ' => \IntlDateFormatter::MEDIUM ,
@@ -90,10 +90,10 @@ public function testSubmitFromSingleTextDateTime()
90
90
91
91
public function testSubmitFromSingleTextString ()
92
92
{
93
- // we test against "de_AT ", so we need the full implementation
93
+ // we test against "de_DE ", so we need the full implementation
94
94
IntlTestHelper::requireFullIntl ($ this , false );
95
95
96
- \Locale::setDefault ('de_AT ' );
96
+ \Locale::setDefault ('de_DE ' );
97
97
98
98
$ form = $ this ->factory ->create ('date ' , null , array (
99
99
'format ' => \IntlDateFormatter::MEDIUM ,
@@ -111,10 +111,10 @@ public function testSubmitFromSingleTextString()
111
111
112
112
public function testSubmitFromSingleTextTimestamp ()
113
113
{
114
- // we test against "de_AT ", so we need the full implementation
114
+ // we test against "de_DE ", so we need the full implementation
115
115
IntlTestHelper::requireFullIntl ($ this , false );
116
116
117
- \Locale::setDefault ('de_AT ' );
117
+ \Locale::setDefault ('de_DE ' );
118
118
119
119
$ form = $ this ->factory ->create ('date ' , null , array (
120
120
'format ' => \IntlDateFormatter::MEDIUM ,
@@ -134,10 +134,10 @@ public function testSubmitFromSingleTextTimestamp()
134
134
135
135
public function testSubmitFromSingleTextRaw ()
136
136
{
137
- // we test against "de_AT ", so we need the full implementation
137
+ // we test against "de_DE ", so we need the full implementation
138
138
IntlTestHelper::requireFullIntl ($ this , false );
139
139
140
- \Locale::setDefault ('de_AT ' );
140
+ \Locale::setDefault ('de_DE ' );
141
141
142
142
$ form = $ this ->factory ->create ('date ' , null , array (
143
143
'format ' => \IntlDateFormatter::MEDIUM ,
@@ -398,10 +398,10 @@ public function testThrowExceptionIfDaysIsInvalid()
398
398
399
399
public function testSetDataWithNegativeTimezoneOffsetStringInput ()
400
400
{
401
- // we test against "de_AT ", so we need the full implementation
401
+ // we test against "de_DE ", so we need the full implementation
402
402
IntlTestHelper::requireFullIntl ($ this , false );
403
403
404
- \Locale::setDefault ('de_AT ' );
404
+ \Locale::setDefault ('de_DE ' );
405
405
406
406
$ form = $ this ->factory ->create ('date ' , null , array (
407
407
'format ' => \IntlDateFormatter::MEDIUM ,
@@ -420,10 +420,10 @@ public function testSetDataWithNegativeTimezoneOffsetStringInput()
420
420
421
421
public function testSetDataWithNegativeTimezoneOffsetDateTimeInput ()
422
422
{
423
- // we test against "de_AT ", so we need the full implementation
423
+ // we test against "de_DE ", so we need the full implementation
424
424
IntlTestHelper::requireFullIntl ($ this , false );
425
425
426
- \Locale::setDefault ('de_AT ' );
426
+ \Locale::setDefault ('de_DE ' );
427
427
428
428
$ form = $ this ->factory ->create ('date ' , null , array (
429
429
'format ' => \IntlDateFormatter::MEDIUM ,
0 commit comments