mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
Limitation API skelet with can upload tests
This commit is contained in:
@@ -16,18 +16,6 @@ class AppUpgradeTest extends TestCase
|
||||
$user = User::factory()
|
||||
->create(['role' => 'admin']);
|
||||
|
||||
DB::table('settings')
|
||||
->insert([
|
||||
[
|
||||
'name' => 'language',
|
||||
'value' => 'en',
|
||||
],
|
||||
[
|
||||
'name' => 'license',
|
||||
'value' => 'Extended',
|
||||
],
|
||||
]);
|
||||
|
||||
collect(['en', 'sk'])
|
||||
->map(function ($locale) {
|
||||
DB::table('languages')
|
||||
|
||||
Reference in New Issue
Block a user