© 2026 Hedgehog Software, LLC
$file_name = 'document.pdf'; $file = UploadedFile::fake()->create($file_name, 100); Livewire::test(CreateDocument::class) ->fillForm([ 'permissions' => $document->permissions, 'name' => $file, 'language' => $document->language, ]) ->call('create')
ErrorException: Trying to access array offset on value of type null