mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
- gate implementation
- protected shared view fix
This commit is contained in:
@@ -92,7 +92,7 @@ class PersonalAccessTokenTest extends TestCase
|
||||
$file = File::factory(File::class)
|
||||
->create([
|
||||
'user_id' => $user->id,
|
||||
'folder_id' => $folder->id,
|
||||
'parent_id' => $folder->id,
|
||||
]);
|
||||
|
||||
$token = $user->createToken('token')->plainTextToken;
|
||||
|
||||
@@ -33,7 +33,7 @@ class UserAccountTest extends TestCase
|
||||
->assertExists('files/' . User::first()->id);
|
||||
}
|
||||
/**
|
||||
* @test
|
||||
* todo: finish test
|
||||
*/
|
||||
public function it_test_user_timezone()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user