© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
gh057x

Filament Testing

Hi, I've created a basic testing but I have an error, please see attached image

This is my test:
it('has a form', function () {
    livewire(CreateHoliday::class)
        ->assertFormExists();
});
it('has a form', function () {
    livewire(CreateHoliday::class)
        ->assertFormExists();
});


I did not use any MockInterface. May I know the resolution for this?
Screenshot_2024-02-15_at_11.17.15_PM.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Testing Filament Relation Manager
FilamentFFilament / ❓┊help
2y ago
Filament v4 testing with Pest
FilamentFFilament / ❓┊help
5mo ago
Filament Testing Forms in Modal
FilamentFFilament / ❓┊help
3y ago
Testing resources with Filament Shield
FilamentFFilament / ❓┊help
3y ago