mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
it_use_user_token_in_public_api_request test
This commit is contained in:
@@ -216,8 +216,6 @@ class AdminTest extends TestCase
|
||||
*/
|
||||
public function it_send_reset_password_for_user()
|
||||
{
|
||||
Notification::fake();
|
||||
|
||||
$user = User::factory(User::class)
|
||||
->create(['role' => 'user']);
|
||||
|
||||
@@ -284,8 +282,6 @@ class AdminTest extends TestCase
|
||||
*/
|
||||
public function it_create_new_user_with_avatar()
|
||||
{
|
||||
Storage::fake('local');
|
||||
|
||||
$admin = User::factory(User::class)
|
||||
->create(['role' => 'admin']);
|
||||
|
||||
@@ -326,8 +322,6 @@ class AdminTest extends TestCase
|
||||
*/
|
||||
public function it_delete_user_with_all_data()
|
||||
{
|
||||
Storage::fake('local');
|
||||
|
||||
$this->setup->create_directories();
|
||||
|
||||
// Create and login user
|
||||
@@ -549,8 +543,6 @@ class AdminTest extends TestCase
|
||||
*/
|
||||
public function it_update_settings_image()
|
||||
{
|
||||
Storage::fake('local');
|
||||
|
||||
$this->setup->create_directories();
|
||||
|
||||
Setting::forceCreate([
|
||||
|
||||
Reference in New Issue
Block a user