mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
Limitation API skelet with can upload tests
This commit is contained in:
@@ -154,6 +154,8 @@ class SetupWizardTest extends TestCase
|
||||
*/
|
||||
public function it_store_app_settings()
|
||||
{
|
||||
Setting::all()->each->delete();
|
||||
|
||||
$this->postJson('/api/setup/app-setup', [
|
||||
'title' => 'VueFileManager',
|
||||
'description' => 'The best file manager on the internet',
|
||||
@@ -207,6 +209,8 @@ class SetupWizardTest extends TestCase
|
||||
*/
|
||||
public function it_create_admin_account()
|
||||
{
|
||||
Setting::all()->each->delete();
|
||||
|
||||
$this->post('/admin-setup', [
|
||||
'email' => 'john@doe.com',
|
||||
'password' => 'VerySecretPassword',
|
||||
|
||||
Reference in New Issue
Block a user