mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
update tests for the user email verification
This commit is contained in:
@@ -308,6 +308,9 @@ class AdminTest extends TestCase
|
||||
'email' => 'john@doe.com'
|
||||
]);
|
||||
|
||||
$this->assertNotNull(User::whereEmail('john@doe.com')
|
||||
->get('email_verified_at'));
|
||||
|
||||
$this->assertDatabaseHas('user_settings', [
|
||||
'name' => 'John Doe'
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user