leandrocfe / filament-ptbr-form-fields

This package provides custom form fields for Filament (>=v2.17.28) that are commonly used in Brazilian web applications, such as CPF/CNPJ validation, phone number formatting, money with currency symbol, and CEP integration with ViaCep.
MIT License
90 stars 11 forks source link

fix: resolve livewire class resolution issue in tests #21

Open patriciomartinns opened 3 months ago

patriciomartinns commented 3 months ago

Resolves the "Target class [livewire] does not exist" error during tests by ensuring the Livewire service provider is included in the test environment setup. This change ensures that Livewire components are correctly registered for testing purposes.