mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
splitted user name
This commit is contained in:
@@ -44,6 +44,7 @@ class VisitorBrowseTest extends TestCase
|
||||
public function it_get_share_page()
|
||||
{
|
||||
$user = User::factory()
|
||||
->hasSettings()
|
||||
->create();
|
||||
|
||||
$share = Share::factory()
|
||||
@@ -136,6 +137,7 @@ class VisitorBrowseTest extends TestCase
|
||||
collect([true, false])
|
||||
->each(function ($is_protected) {
|
||||
$user = User::factory()
|
||||
->hasSettings()
|
||||
->create();
|
||||
|
||||
$root = Folder::factory(Folder::class)
|
||||
|
||||
Reference in New Issue
Block a user