Skip to content

Conversation

gp-lnuff
Copy link
Contributor

@gp-lnuff gp-lnuff commented Oct 8, 2025

TestCase.php is using providers from other filament packages, but only filament/forms is installed through composer.json. This breaks testing out of the box since the default tests can't load the service providers for those packages. The most straightforward solution is to remove the providers from the getPackageProviders() method. If for some reason those providers were actually required, an alternative could be to include the packages that include them in composer.json under require-dev

@CodeWithDennis
Copy link
Owner

There aren’t any tests yet, but I plan to add them to the package at some point (when I have time) — or if someone else contributes a PR. For now, I’m fine with accepting the current PR.

@CodeWithDennis CodeWithDennis merged commit 302a998 into CodeWithDennis:4.x Oct 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants