mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
Limitation API skelet with can upload tests
This commit is contained in:
@@ -61,7 +61,7 @@ class GateTest extends TestCase
|
||||
'parent_id' => $root->id,
|
||||
]);
|
||||
|
||||
$share = Share::factory(Share::class)
|
||||
$share = Share::factory()
|
||||
->create([
|
||||
'item_id' => $root->id,
|
||||
'user_id' => $user->id,
|
||||
|
||||
@@ -84,7 +84,7 @@ class SchedulerTest extends TestCase
|
||||
*/
|
||||
public function it_delete_expired_shared_links()
|
||||
{
|
||||
$share = Share::factory(Share::class)
|
||||
$share = Share::factory()
|
||||
->create([
|
||||
'expire_in' => 24,
|
||||
'created_at' => now()->subDay(),
|
||||
|
||||
Reference in New Issue
Block a user