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:
@@ -151,8 +151,6 @@ class UserShareTest extends TestCase
|
||||
*/
|
||||
public function it_share_folder_and_send_link_for_multiple_email()
|
||||
{
|
||||
Notification::fake();
|
||||
|
||||
$folder = Folder::factory(Folder::class)
|
||||
->create();
|
||||
|
||||
@@ -179,8 +177,6 @@ class UserShareTest extends TestCase
|
||||
*/
|
||||
public function it_send_existing_shared_folder_for_multiple_email_once_again()
|
||||
{
|
||||
Notification::fake();
|
||||
|
||||
$folder = Folder::factory(Folder::class)
|
||||
->create();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user