@@ -68,6 +68,7 @@ public function testGetProvidersWithSettings() {
6868 'mappingUid ' => '1 ' ,
6969 'mappingGroups ' => '1 ' ,
7070 'mappingLanguage ' => '1 ' ,
71+ 'mappingLocale ' => '1 ' ,
7172 'mappingAddress ' => '1 ' ,
7273 'mappingStreetaddress ' => '1 ' ,
7374 'mappingPostalcode ' => '1 ' ,
@@ -113,6 +114,7 @@ public function testGetProvidersWithSettings() {
113114 'mappingUid ' => '1 ' ,
114115 'mappingGroups ' => '1 ' ,
115116 'mappingLanguage ' => '1 ' ,
117+ 'mappingLocale ' => '1 ' ,
116118 'mappingAddress ' => '1 ' ,
117119 'mappingStreetaddress ' => '1 ' ,
118120 'mappingPostalcode ' => '1 ' ,
@@ -161,6 +163,7 @@ public function testSetSettings() {
161163 'providerBasedId ' => false ,
162164 'groupProvisioning ' => true ,
163165 'mappingLanguage ' => 'language ' ,
166+ 'mappingLocale ' => 'locale ' ,
164167 'mappingAddress ' => 'address ' ,
165168 'mappingStreetaddress ' => 'street_address ' ,
166169 'mappingPostalcode ' => 'postal_code ' ,
@@ -192,6 +195,7 @@ public function testSetSettings() {
192195 [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_UID , '' , 'uid ' ],
193196 [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_GROUPS , '' , 'groups ' ],
194197 [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_LANGUAGE , '' , 'language ' ],
198+ [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_LOCALE , '' , 'locale ' ],
195199 [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_ADDRESS , '' , 'address ' ],
196200 [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_STREETADDRESS , '' , 'street_address ' ],
197201 [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_POSTALCODE , '' , 'postal_code ' ],
0 commit comments