File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1091,11 +1091,11 @@ public function testHumanizeWithArLocale(): void
1091
1091
$ this ->resetServices ();
1092
1092
1093
1093
$ currentLocale = Locale::getDefault ();
1094
- Locale::setDefault ('ar ' );
1094
+ Locale::setDefault ('ar-SA ' );
1095
1095
1096
1096
$ config = new App ();
1097
- $ config ->supportedLocales = ['ar ' ];
1098
- $ config ->defaultLocale = 'ar ' ;
1097
+ $ config ->supportedLocales = ['ar-SA ' ];
1098
+ $ config ->defaultLocale = 'ar-SA ' ;
1099
1099
Factories::injectMock ('config ' , 'App ' , $ config );
1100
1100
1101
1101
TimeLegacy::setTestNow ('2022-06-14 12:00 ' , 'America/Chicago ' );
Original file line number Diff line number Diff line change @@ -1176,11 +1176,11 @@ public function testHumanizeWithArLocale(): void
1176
1176
$ this ->resetServices ();
1177
1177
1178
1178
$ currentLocale = Locale::getDefault ();
1179
- Locale::setDefault ('ar ' );
1179
+ Locale::setDefault ('ar-SA ' );
1180
1180
1181
1181
$ config = new App ();
1182
- $ config ->supportedLocales = ['ar ' ];
1183
- $ config ->defaultLocale = 'ar ' ;
1182
+ $ config ->supportedLocales = ['ar-SA ' ];
1183
+ $ config ->defaultLocale = 'ar-SA ' ;
1184
1184
Factories::injectMock ('config ' , 'App ' , $ config );
1185
1185
1186
1186
Time::setTestNow ('2022-06-14 12:00 ' , 'America/Chicago ' );
You can’t perform that action at this time.
0 commit comments