@@ -65,6 +65,7 @@ public function testGetProvidersWithSettings() {
6565 'mappingQuota ' => '1 ' ,
6666 'mappingUid ' => '1 ' ,
6767 'mappingGroups ' => '1 ' ,
68+ 'mappingLanguage ' => '1 ' ,
6869 'mappingAddress ' => '1 ' ,
6970 'mappingStreetaddress ' => '1 ' ,
7071 'mappingPostalcode ' => '1 ' ,
@@ -105,6 +106,7 @@ public function testGetProvidersWithSettings() {
105106 'mappingQuota ' => '1 ' ,
106107 'mappingUid ' => '1 ' ,
107108 'mappingGroups ' => '1 ' ,
109+ 'mappingLanguage ' => '1 ' ,
108110 'mappingAddress ' => '1 ' ,
109111 'mappingStreetaddress ' => '1 ' ,
110112 'mappingPostalcode ' => '1 ' ,
@@ -149,6 +151,7 @@ public function testSetSettings() {
149151 'extraClaims ' => 'claim1 claim2 ' ,
150152 'providerBasedId ' => false ,
151153 'groupProvisioning ' => true ,
154+ 'mappingLanguage ' => 'language ' ,
152155 'mappingAddress ' => 'address ' ,
153156 'mappingStreetaddress ' => 'street_address ' ,
154157 'mappingPostalcode ' => 'postal_code ' ,
@@ -176,6 +179,7 @@ public function testSetSettings() {
176179 [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_QUOTA , '' , '1g ' ],
177180 [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_UID , '' , 'uid ' ],
178181 [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_GROUPS , '' , 'groups ' ],
182+ [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_LANGUAGE , '' , 'language ' ],
179183 [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_ADDRESS , '' , 'address ' ],
180184 [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_STREETADDRESS , '' , 'street_address ' ],
181185 [Application::APP_ID , 'provider-1- ' . ProviderService::SETTING_MAPPING_POSTALCODE , '' , 'postal_code ' ],
0 commit comments