File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/Symfony/Component/Form/Tests/Extension/Core/Type Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1159,6 +1159,8 @@ public function testDateTimeImmutableInputTimezoneNotMatchingModelTimezone()
1159
1159
1160
1160
public function testSubmitWithCustomCalendarOption ()
1161
1161
{
1162
+ IntlTestHelper::requireFullIntl ($ this );
1163
+
1162
1164
// Creates a new form using the "roc" (Republic Of China) calendar. This calendar starts in 1912, the year 2024 in
1163
1165
// the Gregorian calendar is the year 113 in the "roc" calendar.
1164
1166
$ form = $ this ->factory ->create (static ::TESTED_TYPE , options: [
@@ -1178,6 +1180,8 @@ public function testSubmitWithCustomCalendarOption()
1178
1180
1179
1181
public function testSetDataWithCustomCalendarOption ()
1180
1182
{
1183
+ IntlTestHelper::requireFullIntl ($ this );
1184
+
1181
1185
// Creates a new form using the "roc" (Republic Of China) calendar. This calendar starts in 1912, the year 2024 in
1182
1186
// the Gregorian calendar is the year 113 in the "roc" calendar.
1183
1187
$ form = $ this ->factory ->create (static ::TESTED_TYPE , options: [
You can’t perform that action at this time.
0 commit comments