mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 01:12:14 +00:00
it_use_user_token_in_public_api_request test
This commit is contained in:
@@ -43,8 +43,6 @@ class AuthTest extends TestCase
|
||||
*/
|
||||
public function it_register_user()
|
||||
{
|
||||
Notification::fake();
|
||||
|
||||
collect([
|
||||
[
|
||||
'name' => 'storage_default',
|
||||
@@ -144,8 +142,6 @@ class AuthTest extends TestCase
|
||||
*/
|
||||
public function it_send_reset_link_to_email()
|
||||
{
|
||||
Notification::fake();
|
||||
|
||||
$user = User::factory(User::class)
|
||||
->create(['email' => 'john@doe.com']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user