mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
splitted user name
This commit is contained in:
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user