mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
namespaces refactoring part 3
This commit is contained in:
@@ -335,7 +335,7 @@ class VisitorManipulatingTest extends TestCase
|
||||
'filename' => $file->name,
|
||||
'file' => $file,
|
||||
'folder_id' => $folder->id,
|
||||
'is_last' => true,
|
||||
'is_last' => 'true',
|
||||
])->assertStatus(201);
|
||||
}
|
||||
|
||||
@@ -345,7 +345,7 @@ class VisitorManipulatingTest extends TestCase
|
||||
'filename' => $file->name,
|
||||
'file' => $file,
|
||||
'folder_id' => $folder->id,
|
||||
'is_last' => true,
|
||||
'is_last' => 'true',
|
||||
])->assertStatus(201);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user