Skip to content
Snippets Groups Projects
Commit 321a0dc5 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes tests.

parent b3f3df69
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ class SCIMUser { ...@@ -59,7 +59,7 @@ class SCIMUser {
$SCIMUser['externalId'] = $externalId; $SCIMUser['externalId'] = $externalId;
} }
if ($email !== null) { if ($email !== null) {
$SCIMUser['email'] = [ // todo if no emails $SCIMUser['emails'] = [ // todo if no emails
[ [
'primary' => true, 'primary' => true,
'value' => $email 'value' => $email
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment