|
|
@ -66,6 +66,8 @@ class UsersProfileTest extends TestCase |
|
|
$this->submitForm(trans('app.update'), [ |
|
|
$this->submitForm(trans('app.update'), [ |
|
|
'email' => 'user@mail.com', |
|
|
'email' => 'user@mail.com', |
|
|
'password' => 'Secr3t', |
|
|
'password' => 'Secr3t', |
|
|
|
|
|
'new_password' => 'Secr3t2', |
|
|
|
|
|
'new_password_confirmation' => 'Secr3t2', |
|
|
]); |
|
|
]); |
|
|
|
|
|
|
|
|
$user = $user->fresh(); |
|
|
$user = $user->fresh(); |
|
|
|