mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
removed old subscription backend
This commit is contained in:
@@ -32,6 +32,7 @@ class UserAccountTest extends TestCase
|
||||
Storage::disk('local')
|
||||
->assertExists('files/' . User::first()->id);
|
||||
}
|
||||
|
||||
/**
|
||||
* todo: finish test
|
||||
*/
|
||||
@@ -140,9 +141,6 @@ class UserAccountTest extends TestCase
|
||||
'type' => 'user',
|
||||
'attributes' => [
|
||||
'storage_capacity' => '5',
|
||||
'subscription' => false,
|
||||
'incomplete_payment' => null,
|
||||
'stripe_customer' => false,
|
||||
'email' => $user->email,
|
||||
'role' => $user->role,
|
||||
'two_factor_authentication' => false,
|
||||
|
||||
Reference in New Issue
Block a user