splitted user name

This commit is contained in:
Čarodej
2022-01-14 11:17:00 +01:00
parent 7e9e9ee25b
commit 7dd116a769
45 changed files with 272 additions and 95 deletions

View File

@@ -227,8 +227,9 @@ class SetupWizardTest extends TestCase
]);
$this->assertDatabaseHas('user_settings', [
'user_id' => User::first()->id,
'name' => 'John Doe',
'user_id' => User::first()->id,
'first_name' => 'John',
'last_name' => 'Doe',
]);
$this->assertDatabaseMissing('user_settings', [