mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
setup wizard refactoring
This commit is contained in:
@@ -92,10 +92,6 @@ class SetupWizardTest extends TestCase
|
||||
'name' => 'google_analytics',
|
||||
'value' => 'UA-12345678-1',
|
||||
])
|
||||
->assertDatabaseHas('settings', [
|
||||
'name' => 'contact_email',
|
||||
'value' => 'john@doe.com',
|
||||
])
|
||||
->assertDatabaseHas('settings', [
|
||||
'name' => 'default_max_storage_amount',
|
||||
'value' => '10',
|
||||
|
||||
Reference in New Issue
Block a user