Skip to content

Conversation

@romanetar
Copy link
Contributor

Signed-off-by: romanetar <roman_ag@hotmail.com>
@romanetar romanetar force-pushed the feature/user-creation-endpoint branch from 0bb1642 to 40aa5d9 Compare January 23, 2025 15:09
@romanetar romanetar requested a review from smarcet January 23, 2025 15:09
$data = [
'first_name' => $first_name,
'last_name' => 'test_'. str_random(16),
'email' => 'test_'. str_random(16) . '@test.com',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to set groups and check if its works


$content = $response->getContent();
$response = json_decode($content);
$this->assertTrue($response->first_name == $first_name);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check groups and rest of the set fields

Copy link
Collaborator

@smarcet smarcet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@romanetar please review comments

Signed-off-by: romanetar <roman_ag@hotmail.com>
@smarcet smarcet merged commit 32a3978 into main Jan 23, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants