splitted user name

This commit is contained in:
Čarodej
2022-01-14 11:17:00 +01:00
parent 7e9e9ee25b
commit 7dd116a769
45 changed files with 272 additions and 95 deletions

View File

@@ -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)