mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
it_register_user_when_metered_billing_is_active
This commit is contained in:
@@ -5,7 +5,7 @@ use Tests\TestCase;
|
||||
use App\Users\Models\User;
|
||||
use Domain\Files\Models\File;
|
||||
use Domain\Sharing\Models\Share;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Domain\Settings\Models\Setting;
|
||||
|
||||
class MeteredBillingRestrictionsTest extends TestCase
|
||||
{
|
||||
@@ -13,8 +13,9 @@ class MeteredBillingRestrictionsTest extends TestCase
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
DB::table('settings')->insert([
|
||||
Setting::updateOrCreate([
|
||||
'name' => 'subscription_type',
|
||||
], [
|
||||
'value' => 'metered',
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user