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();
});
I did not use any MockInterface. May I know the resolution for this?0 Replies