© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
Veur

Testing Repeater component

I'm trying to test a Repeater component: https://filamentphp.com/docs/3.x/forms/fields/repeater#testing-repeaters

It says I should add
$undoRepeaterFake = Repeater::fake();
$undoRepeaterFake = Repeater::fake();
at the beginning of the test.
But the
fake()
fake()
method doens't exist on the Repeater component class:

Method Filament\Forms\Components\Repeater::fake does not exist.
Method Filament\Forms\Components\Repeater::fake does not exist.


Any idea what I'm missing?
Repeater - Form Builder - Filament
Solution
run
composer update -W
composer update -W

this is available after
v3.2.77
v3.2.77

https://github.com/filamentphp/filament/discussions/12761
GitHub
v3.2.77 · filamentphp filament · Discussion #12761
What's Changed Feat: Add search value to Select field's relationship modifyQueryUsing by @takashato in #12711 Trix v2 - update by @leandrocfe in #12715 Update vi translations by @datlechin ...
v3.2.77 · filamentphp filament · Discussion #12761
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Testing Repeater
FilamentFFilament / ❓┊help
2y ago
Testing repeater
FilamentFFilament / ❓┊help
3y ago
Testing repeater fields
FilamentFFilament / ❓┊help
3y ago
Placeholder Component Testing
FilamentFFilament / ❓┊help
3y ago