mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 17:02:16 +00:00
- Zero capacity storage
- Set 0 storage capacity after creating order
This commit is contained in:
@@ -99,6 +99,7 @@ class OasisAdminTest extends TestCase
|
||||
$this->assertDatabaseHas('user_settings', [
|
||||
'ico' => '08995281',
|
||||
'payment_activation' => 0,
|
||||
'storage_capacity' => 0,
|
||||
]);
|
||||
|
||||
$newbie = User::whereEmail('john@doe.com')
|
||||
|
||||
Reference in New Issue
Block a user