complete story 3.7 with qa test
This commit is contained in:
@@ -36,4 +36,4 @@ test('correct password must be provided to update password', function () {
|
||||
->call('updatePassword');
|
||||
|
||||
$response->assertHasErrors(['current_password']);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -67,4 +67,4 @@ test('two factor authentication disabled when confirmation abandoned between req
|
||||
'two_factor_secret' => null,
|
||||
'two_factor_recovery_codes' => null,
|
||||
]);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user