mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 10:20:38 +00:00
update tests for the user email verification
This commit is contained in:
@@ -54,6 +54,10 @@ class AuthTest extends TestCase
|
||||
'name' => 'registration',
|
||||
'value' => 1,
|
||||
],
|
||||
[
|
||||
'name' => 'user_verification',
|
||||
'value' => 1,
|
||||
]
|
||||
])->each(function ($setting) {
|
||||
Setting::create([
|
||||
'name' => $setting['name'],
|
||||
@@ -70,6 +74,7 @@ class AuthTest extends TestCase
|
||||
|
||||
$this->assertDatabaseHas('users', [
|
||||
'email' => 'john@doe.com',
|
||||
'email_verified_at' => null,
|
||||
]);
|
||||
|
||||
$this->assertDatabaseHas('user_settings', [
|
||||
|
||||
Reference in New Issue
Block a user